umami/components/PageHeader.module.css

11 lines
156 B
CSS
Raw Normal View History

2020-08-07 09:24:01 +02:00
.header {
display: flex;
justify-content: space-between;
align-items: center;
line-height: 80px;
}
.title {
font-size: var(--font-size-large);
}