umami/components/layout/PageHeader.module.css

9 lines
154 B
CSS
Raw 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;
2020-08-07 07:24:01 +00:00
}