umami/components/layout/PageHeader.module.css
2021-10-27 02:05:39 -07:00

10 lines
175 B
CSS

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