From ee2e5eb769c50ab8e8025a7766b1803cdde80865 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 21 Sep 2021 16:44:19 +0700 Subject: [PATCH] bug: response fix FeaturedProductsCarousel --- .../FeaturedProductsCarousel/FeaturedProductsCarousel.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/modules/home/FeaturedProductsCarousel/FeaturedProductsCarousel.tsx b/src/components/modules/home/FeaturedProductsCarousel/FeaturedProductsCarousel.tsx index 9e52dd6e4..beaf7018c 100644 --- a/src/components/modules/home/FeaturedProductsCarousel/FeaturedProductsCarousel.tsx +++ b/src/components/modules/home/FeaturedProductsCarousel/FeaturedProductsCarousel.tsx @@ -54,7 +54,7 @@ const dataDemo:FeaturedProductCardProps[] = [{ }, lap: { breakpoint: { max: 1024, min: 968 }, - items: 1.75, + items: 1.7, }, tablet: { breakpoint: { max: 968, min: 768 }, @@ -66,11 +66,11 @@ const dataDemo:FeaturedProductCardProps[] = [{ }, largeMobile: { breakpoint: { max: 640, min: 400 }, - items: 2, + items: 1.5, }, mobile: { breakpoint: { max: 400, min: 300 }, - items: 1.5, + items: 1.15, }, smallMobile: { breakpoint: { max: 300, min: 0 },