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