mirror of
https://github.com/umami-software/umami.git
synced 2026-05-30 06:47:25 +00:00
7 lines
86 B
CSS
7 lines
86 B
CSS
.layout {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|