Reduce page-hero top padding: nav-height + space-4 (was + space-8)

This commit is contained in:
Tom Roth
2026-07-31 09:22:32 +02:00
parent 4ecc7ed288
commit 018d191e08

View File

@@ -1161,8 +1161,8 @@ a {
.page-hero {
background: var(--col-graphite);
color: var(--col-white);
padding-top: calc(var(--nav-height) + var(--space-8));
padding-bottom: var(--space-8);
padding-top: calc(var(--nav-height) + var(--space-4));
padding-bottom: var(--space-6);
}
.page-hero__inner {