mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
20 lines
273 B
CSS
20 lines
273 B
CSS
.container {
|
|
position: relative;
|
|
min-height: 430px;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
}
|
|
|
|
.footer {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
@media only screen and (max-width: 992px) {
|
|
.container {
|
|
min-height: auto;
|
|
}
|
|
}
|