mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
7 lines
86 B
CSS
7 lines
86 B
CSS
|
.layout {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|