Tighten hero lockup

This commit is contained in:
2026-03-25 16:27:09 +01:00
parent 696fbf86db
commit 73a71ce59e

View File

@@ -128,9 +128,11 @@ 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;
max-width: 32em; width: fit-content;
max-width: 100%;
min-height: 26em; min-height: 26em;
padding-top: 6em; padding-top: 6em;
margin-inline: auto;
} }
.section-title { .section-title {
@@ -142,6 +144,7 @@ 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;
@@ -742,7 +745,8 @@ 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;
max-width: none; width: fit-content;
max-width: 100%;
} }
.section-title--hero { .section-title--hero {