style(ui): adjust header font size automatically

This commit is contained in:
Alexander Minges 2025-07-17 19:31:44 +02:00
parent 651310446d
commit 9ea6bfac84
Signed by: Athemis
GPG key ID: 31FBDEF92DDB162B
2 changed files with 2 additions and 4 deletions

View file

@ -49,7 +49,7 @@
background-color: transparent;
border: none;
flex: 1;
font-size: 1.25em;
font-size: clamp(0.75em, 2.5vw, 1.25em);
height: auto;
// Use lighter font weight for better readability

View file

@ -43,12 +43,10 @@
@include mixins.font-heading-upper;
background-color: transparent;
border: none;
font-size: 1.25em;
font-size: clamp(0.75em, 2.5vw, 1.25em);
height: auto;
padding-left: 0;
padding-right: 0;
// Use lighter font weight for better readability
font-weight: 300;
}
}