Give the hero body some more top margin so it doesn't crash into the menu

This commit is contained in:
dave onion 2025-12-19 10:20:43 -05:00
parent ca8501e90f
commit 707002c326

View file

@ -169,7 +169,7 @@
} }
} }
.hero-body { .hero-body {
padding: 2rem 2rem 2rem 1rem; padding: 6rem 2rem 2rem 1rem;
z-index: +1; z-index: +1;
width: 50%; width: 50%;
.title { .title {
@ -184,7 +184,7 @@
} }
@include desktop { @include desktop {
.hero-body { .hero-body {
padding: 3rem 3rem 3rem 1.5rem; padding: 6rem 3rem 3rem 1.5rem;
.title { .title {
margin-top: 0.25em; margin-top: 0.25em;
font-size: $size-2; font-size: $size-2;