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 {
box-sizing: border-box;
width: 100%;
height: 72px;
min-height: 72px;
display: flex;
flex-direction: row;
justify-content: flex-start;

View File

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