From 8029ee63527e2067389aabbf8b681bd962629315 Mon Sep 17 00:00:00 2001 From: Austin Hornhead Date: Thu, 23 May 2024 17:51:25 +0200 Subject: [PATCH] chore: Update Carousel className for improved responsiveness Signed-off-by: Austin Hornhead --- src/components/Carousel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Carousel.jsx b/src/components/Carousel.jsx index bfa9919..7d4577a 100644 --- a/src/components/Carousel.jsx +++ b/src/components/Carousel.jsx @@ -87,7 +87,7 @@ export function CarouselFeatured() { slidesToShow: 1, }} orientation="vertical" - className="mx-auto w-2/3 max-w-lg sm:w-1/2 md:w-1/3 lg:w-1/3 xl:w-1/3" + className="mx-auto max-w-lg w-1/2 lg:w-2/3" > {images.map((image, index) => (