mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 20:39:44 +01:00
8 lines
115 B
CSS
8 lines
115 B
CSS
.page {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: var(--base50);
|
|
position: relative;
|
|
}
|