mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 21:27:20 +01:00
4 lines
61 B
CSS
4 lines
61 B
CSS
.container {
|
|
flex: 1;
|
|
min-height: calc(100vh - 200px);
|
|
}
|