mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
10 lines
156 B
CSS
10 lines
156 B
CSS
.header {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
line-height: 80px;
|
|
}
|
|
|
|
.title {
|
|
font-size: var(--font-size-large);
|
|
}
|