16 lines
187 B
CSS
16 lines
187 B
CSS
.container {
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.alert {
|
|
text-align: center;
|
|
}
|
|
|
|
.center {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
.sticky-card {
|
|
max-height: 50%;
|
|
width: 100%;
|
|
} |