mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-04 16:17:35 +01:00
9 lines
134 B
CSS
9 lines
134 B
CSS
.page {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 0 30px;
|
|
background: var(--base50);
|
|
border-radius: 8px;
|
|
}
|