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