mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
14 lines
150 B
CSS
14 lines
150 B
CSS
.menu {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-top: 40px;
|
|
}
|
|
|
|
.content {
|
|
min-height: 50vh;
|
|
}
|
|
|
|
.hideMenu .content {
|
|
margin: 0 auto;
|
|
}
|