mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
11 lines
193 B
CSS
11 lines
193 B
CSS
.page {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
width: 100%;
|
|
max-width: 1320px;
|
|
margin: 0 auto;
|
|
padding: 0 20px;
|
|
min-height: calc(100vh - 60px);
|
|
}
|