mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +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;
|
|
}
|