1
0
mirror of https://github.com/kremalicious/umami.git synced 2024-12-23 01:30:05 +01:00
umami/components/layout/PageHeader.module.css
2020-08-18 00:51:32 -07:00

8 lines
131 B
CSS

.header {
display: flex;
justify-content: space-between;
align-items: center;
align-content: center;
min-height: 80px;
}