From 34c1cdbcf6802daf10a3408c610ed42025e295bf Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Wed, 15 Apr 2026 23:52:08 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/base/PageHero.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {