diff --git a/src/components/Section.astro b/src/components/Section.astro index d0f814e..ed34884 100644 --- a/src/components/Section.astro +++ b/src/components/Section.astro @@ -14,7 +14,7 @@ const { title, description, className, id } = Astro.props
diff --git a/src/components/swiper/simple-swiper.css b/src/components/swiper/simple-swiper.css index c1571b5..980a4ac 100644 --- a/src/components/swiper/simple-swiper.css +++ b/src/components/swiper/simple-swiper.css @@ -1,15 +1,10 @@ .simple-swiper { width: 100%; - /* height: 100%; */ overflow: visible; display: flex; flex-direction: column; } -.swiper-wrapper { - height: auto; -} - .swiper-pagination-fraction { @apply text-xl w-auto; } diff --git a/src/pages/coaches/[...slug].astro b/src/pages/coaches/[...slug].astro index 276ddf9..64140e8 100644 --- a/src/pages/coaches/[...slug].astro +++ b/src/pages/coaches/[...slug].astro @@ -42,7 +42,7 @@ const [thumbs, optimizedGallery] = galleryWithCover client:only="react" images={optimizedGallery} thumbs={thumbs} - imageClassName="aspect-3/4 max-w-[35vh] lg:w-auto object-top mx-auto lg:max-h-[70vh]" + imageClassName="aspect-3/4 h-full max-w-[35vh] lg:w-auto object-top mx-auto lg:max-w-[50vh]" />

{data.name}

diff --git a/src/pages/index.astro b/src/pages/index.astro index 1854772..7aee315 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -89,7 +89,7 @@ const t = useTranslations(lang) { services && ( -
+
) @@ -97,7 +97,7 @@ const t = useTranslations(lang) { optimizedReviews && ( -
+
)