umami/components/layout/Layout.module.css
2020-08-07 02:27:12 -07:00

13 lines
131 B
CSS

.layout {
display: flex;
flex-direction: column;
}
.center {
align-items: center;
}
.middle {
justify-content: center;
}