mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
8 lines
132 B
CSS
8 lines
132 B
CSS
.page {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: var(--base50);
|
|
position: relative;
|
|
padding: 30px;
|
|
}
|