mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
18 lines
262 B
CSS
18 lines
262 B
CSS
.container {
|
|
position: relative;
|
|
min-height: 430px;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.footer {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
@media only screen and (max-width: 992px) {
|
|
.container {
|
|
min-height: auto;
|
|
}
|
|
}
|