mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 05:07:15 +01:00
11 lines
207 B
CSS
11 lines
207 B
CSS
.page {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
background: var(--base50);
|
|
position: relative;
|
|
max-width: 1320px;
|
|
min-height: calc(100vh - 60px);
|
|
margin: 0 auto;
|
|
padding: 0 20px;
|
|
}
|