fixed header height

This commit is contained in:
2026-01-10 19:46:11 +01:00
parent 7c5310f2b1
commit fda08d6e4c
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
.header-content { .header-content {
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
height: 72px; min-height: 72px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: flex-start; justify-content: flex-start;

View File

@@ -151,8 +151,8 @@
} }
h1 { h1 {
font-size: 4.2rem; font-size: 4.0rem;
line-height: 4.3rem; line-height: 4.0rem;
} }
h2 { h2 {