Revert "Tighten hero lockup"

This reverts commit 73a71ce59e.
This commit is contained in:
2026-03-25 16:29:13 +01:00
parent 73a71ce59e
commit def7ebf254

View File

@@ -128,11 +128,9 @@ button {
.hero__headline-wrap { .hero__headline-wrap {
font-size: clamp(0.8rem, 1.4vw, 1rem); font-size: clamp(0.8rem, 1.4vw, 1rem);
position: relative; position: relative;
width: fit-content; max-width: 32em;
max-width: 100%;
min-height: 26em; min-height: 26em;
padding-top: 6em; padding-top: 6em;
margin-inline: auto;
} }
.section-title { .section-title {
@@ -144,7 +142,6 @@ button {
} }
.section-title--hero { .section-title--hero {
display: inline-block;
position: relative; position: relative;
z-index: 2; z-index: 2;
max-width: none; max-width: none;
@@ -745,8 +742,7 @@ button {
font-size: clamp(0.58rem, 2.6vw, 0.82rem); font-size: clamp(0.58rem, 2.6vw, 0.82rem);
min-height: 18em; min-height: 18em;
padding-top: 3.4em; padding-top: 3.4em;
width: fit-content; max-width: none;
max-width: 100%;
} }
.section-title--hero { .section-title--hero {