umami/components/layout/PageHeader.module.css

10 lines
175 B
CSS
Raw Permalink Normal View History

2020-08-07 07:24:01 +00:00
.header {
display: flex;
justify-content: space-between;
align-items: center;
2020-08-09 10:04:48 +00:00
align-content: center;
2020-08-18 07:51:32 +00:00
min-height: 80px;
2020-09-27 07:51:29 +00:00
align-self: stretch;
2021-10-27 09:05:39 +00:00
font-weight: bold;
2020-08-07 07:24:01 +00:00
}