umami/components/layout/Layout.module.css

13 lines
131 B
CSS
Raw Normal View History

2020-08-07 07:03:02 +02:00
.layout {
display: flex;
flex-direction: column;
}
.center {
align-items: center;
}
.middle {
justify-content: center;
}