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

16 lines
191 B
CSS
Raw Normal View History

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