Files
cardWorkoutApp/src/app/components/main/main.component.css

16 lines
187 B
CSS
Raw Normal View History

2020-04-21 20:51:21 -04:00
.container {
margin-top: 2em;
}
.alert {
text-align: center;
}
.center {
2020-04-21 22:44:59 -04:00
display: block;
text-align: center;
2020-04-21 20:51:21 -04:00
}
.sticky-card {
max-height: 50%;
width: 100%;
}