diff --git a/frontend/src/components/base/PageHero.astro b/frontend/src/components/base/PageHero.astro index 3171dd0..3565b35 100644 --- a/frontend/src/components/base/PageHero.astro +++ b/frontend/src/components/base/PageHero.astro @@ -441,7 +441,7 @@ const showImage = layout === 'with-image' && sideImage; @media (max-width: 767px) { .hero-section { - padding-top: 64px; + padding-top: 70px; } .hero-title { @@ -464,7 +464,7 @@ const showImage = layout === 'with-image' && sideImage; @media (max-width: 480px) { .hero-section { - padding-top: 32px; + padding-top: 70px; } .hero-title {