File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
app/[locale]/10years/_components Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const AdoptionSwiper = ({
24
24
return (
25
25
< div className = "flex flex-1 flex-col gap-6 md:hidden" >
26
26
< SwiperContainer className = "mx-auto w-full max-w-[550px]" >
27
- < Swiper >
27
+ < Swiper spaceBetween = { 32 } >
28
28
{ adoptionCards . map ( ( card , index ) => (
29
29
< SwiperSlide key = { card . title } >
30
30
< div
Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ export default function InnovationSwiper() {
14
14
return (
15
15
< div className = "w-[100%]" >
16
16
< SwiperContainer className = "mx-auto w-full max-w-[550px] xl:max-w-[700px]" >
17
- < Swiper className = "mx-auto w-full max-w-[550px] xl:max-w-[700px]" >
17
+ < Swiper
18
+ className = "mx-auto w-full max-w-[550px] xl:max-w-[700px]"
19
+ spaceBetween = { 32 }
20
+ >
18
21
{ innovationCards . map ( ( card , index ) => (
19
22
< SwiperSlide
20
23
key = { index }
You can’t perform that action at this time.
0 commit comments