From 54d516ae77143489ba92586ce7f70b29269530bf Mon Sep 17 00:00:00 2001 From: "EPAZZ\\estpp" Date: Thu, 19 Feb 2026 19:36:55 -0500 Subject: [PATCH] fixed title and craousel responsive --- src/components/section/CarouselSection.astro | 2 +- src/components/section/TitleSection.astro | 2 +- src/pages/[locale]/news/[id].astro | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/section/CarouselSection.astro b/src/components/section/CarouselSection.astro index 7b9471b..2b6f6b4 100644 --- a/src/components/section/CarouselSection.astro +++ b/src/components/section/CarouselSection.astro @@ -9,7 +9,7 @@ const { images, class: className } = Astro.props;
-
+
{ images.map((image) => ( diff --git a/src/components/section/TitleSection.astro b/src/components/section/TitleSection.astro index 897cb54..4948387 100644 --- a/src/components/section/TitleSection.astro +++ b/src/components/section/TitleSection.astro @@ -3,7 +3,7 @@ import { Icon } from 'astro-icon/components' const { title } = Astro.props; --- -
+

{title}

diff --git a/src/pages/[locale]/news/[id].astro b/src/pages/[locale]/news/[id].astro index 9d4003c..f83f1e7 100644 --- a/src/pages/[locale]/news/[id].astro +++ b/src/pages/[locale]/news/[id].astro @@ -37,7 +37,7 @@ const baseSlug = routeTranslations.news[locale] || routeTranslations.news.en; --- -
+