umami/components/layout/Layout.module.css

7 lines
86 B
CSS
Raw Normal View History

2020-09-20 10:33:39 +02:00
.layout {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
}