umami/components/layout/PageHeader.module.css

10 lines
175 B
CSS
Raw Normal View History

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