Lock hero headline lines

This commit is contained in:
2026-03-22 17:12:45 +01:00
parent 5beee668a0
commit f393d0e8c1
2 changed files with 10 additions and 2 deletions

View File

@@ -142,11 +142,16 @@ button {
.section-title--hero {
position: relative;
z-index: 2;
max-width: 6ch;
max-width: none;
font-size: clamp(4rem, 5.15vw, 5.2rem);
text-align: center;
}
.hero__line {
display: block;
white-space: nowrap;
}
.hero__scribble {
position: absolute;
pointer-events: none;