mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
7 lines
115 B
CSS
7 lines
115 B
CSS
.page {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: var(--base50);
|
|
position: relative;
|
|
}
|