mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
10 lines
159 B
CSS
10 lines
159 B
CSS
.page {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
width: 100%;
|
|
max-width: 1320px;
|
|
margin: 0 auto;
|
|
padding: 0 20px;
|
|
}
|