From f64c99e84c3b5c5340013d95c84da62855e5b953 Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Wed, 15 Apr 2026 22:39:55 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BC=D0=B5?= =?UTF-8?q?=D0=BB=D0=BA=D0=B8=D0=B5=20=D0=BF=D1=80=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/home/Hero.astro | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/home/Hero.astro b/frontend/src/components/home/Hero.astro index dcd5e67..35c723e 100644 --- a/frontend/src/components/home/Hero.astro +++ b/frontend/src/components/home/Hero.astro @@ -97,7 +97,6 @@ const lawyerImageUrl = "/images/home/avtourist-surgut.avif"; display: flex; justify-content: space-between; align-items: center; - gap: 3rem; padding-bottom: 4rem; width: 100%; } @@ -209,7 +208,7 @@ const lawyerImageUrl = "/images/home/avtourist-surgut.avif"; color: rgba(255, 255, 255, 0.85); font-size: 1.15rem; line-height: 1.6; - margin-bottom: 3.5rem; + margin-bottom: 2rem; max-width: 580px; } @@ -368,7 +367,7 @@ const lawyerImageUrl = "/images/home/avtourist-surgut.avif"; .hero-grid { flex-direction: column; text-align: center; - padding: 1.5rem 1.5rem 4rem; + padding: 1.5rem 1.5rem 2rem; } .hero-content {