diff --git a/app/globals.css b/app/globals.css index ad079c9..d24e281 100644 --- a/app/globals.css +++ b/app/globals.css @@ -386,6 +386,15 @@ p img { transform: translate(-50%, -50%) scale(1); } + /* Stretch swiper slides to equal height */ + .testimonials-swiper .swiper-wrapper { + align-items: stretch; + } + + .testimonials-swiper .swiper-slide { + height: auto; + } + .autoplay-progress { z-index: 10; width: 63px; diff --git a/components/shared/Reviews.tsx b/components/shared/Reviews.tsx index 14641cc..aefec7f 100644 --- a/components/shared/Reviews.tsx +++ b/components/shared/Reviews.tsx @@ -67,7 +67,7 @@ export const Reviews = () => {
{item?.text}
-