mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
8 lines
134 B
CSS
8 lines
134 B
CSS
.page {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 0 30px;
|
|
background: var(--base50);
|
|
border-radius: 8px;
|
|
}
|