mirror of
https://github.com/zhigang1992/umami.git
synced 2026-04-09 09:41:18 +08:00
7 lines
86 B
CSS
7 lines
86 B
CSS
.layout {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|