Tighten page-hero top padding to nav-height + space-2

This commit is contained in:
Tom Roth
2026-07-31 09:25:06 +02:00
parent 018d191e08
commit 329afc049a

View File

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