umami.waylonwalker.com/components/layout/PageHeader.module.css
WaylonWalker 4047a7ec23 Initial commit
Created from https://vercel.com/new
2021-12-08 18:25:42 +00:00

9 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;
}