From af4b34d812048a7c583960c9e390eb215ad0eda8 Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Mon, 13 Apr 2026 18:25:02 +0500 Subject: [PATCH] =?UTF-8?q?""=1B[=D0=9D=D0=BE=D0=B2=D1=8B=D0=B5=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B2=20=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=BF=D0=BE=D0=B5=D0=BD=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/base/Breadcrumbs.astro | 2 +- frontend/src/components/base/PageHero.astro | 4 ++-- frontend/src/pages/services/index.astro | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/base/Breadcrumbs.astro b/frontend/src/components/base/Breadcrumbs.astro index 8987691..7560d28 100644 --- a/frontend/src/components/base/Breadcrumbs.astro +++ b/frontend/src/components/base/Breadcrumbs.astro @@ -81,7 +81,7 @@ const { items } = Astro.props; @media (max-width: 640px) { .breadcrumbs { - padding: 0.75rem 0 0.5rem; + padding: 0 0 0.5rem; } .breadcrumb-link, diff --git a/frontend/src/components/base/PageHero.astro b/frontend/src/components/base/PageHero.astro index 97314c2..d710c58 100644 --- a/frontend/src/components/base/PageHero.astro +++ b/frontend/src/components/base/PageHero.astro @@ -381,7 +381,7 @@ const showImage = layout === 'with-image' && sideImage; .hero-grid { flex-direction: column; text-align: center; - padding: 1.5rem 1.5rem 4rem; + padding-top: 0; } .hero-content { @@ -436,7 +436,7 @@ const showImage = layout === 'with-image' && sideImage; @media (max-width: 480px) { .hero-section { - padding-top: 64px; + padding-top: 32px; } .hero-title { diff --git a/frontend/src/pages/services/index.astro b/frontend/src/pages/services/index.astro index e567398..99b55a4 100644 --- a/frontend/src/pages/services/index.astro +++ b/frontend/src/pages/services/index.astro @@ -20,7 +20,7 @@ import ServiceCategories from "@components/services/ServiceCategories.astro"; badgeText="АВТОЮРИСТ СУРГУТ & ЮГРА" titleWhite="Мои юридические" titleGold="услуги" - description="Я обеспечиваю экспертную защиту прав водителей в Сургуте и Ханты-Мансийском автономном округе. Профессиональный подход к сложным дорожным спорам с акцентом на результат." + description="Я обеспечиваю экспертную защиту прав водителей в Сургуте и Ханты-Мансийском автономном округе." btnText="Получить помощь" layout="with-image" sideImage="/images/services/office-table.avif"