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"