diff --git a/src/components/home/Index/components/SolutionsMobile/index.module.css b/src/components/home/Index/components/SolutionsMobile/index.module.css index 9610dfadf1..3e37310ec2 100644 --- a/src/components/home/Index/components/SolutionsMobile/index.module.css +++ b/src/components/home/Index/components/SolutionsMobile/index.module.css @@ -7,5 +7,5 @@ } :global .swiper-slide { - width: auto !important; + width: 320px !important; } diff --git a/src/components/home/Index/components/SolutionsMobile/index.tsx b/src/components/home/Index/components/SolutionsMobile/index.tsx index 6a4600f528..21968f9657 100644 --- a/src/components/home/Index/components/SolutionsMobile/index.tsx +++ b/src/components/home/Index/components/SolutionsMobile/index.tsx @@ -12,7 +12,7 @@ const SolutionsMobile: FC = () => { centeredSlides slidesPerView="auto" spaceBetween={0} - className="w-auto" + className="w-full" autoplay={{ delay: 3000, }}