Skip to content

Commit

Permalink
Carousel centerPadding: '17%'
Browse files Browse the repository at this point in the history
  • Loading branch information
ppokrovskii committed Jun 18, 2024
1 parent 75d10a4 commit a217b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing/src/components/Carousel/Carousel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Carousel = ({ items }) => {
slidesToShow: 1,
slidesToScroll: 1,
centerMode: true,
centerPadding: '15%', // Adjusted to show part of the next and previous slides
centerPadding: '17%', // Adjusted to show part of the next and previous slides
nextArrow: <SampleNextArrow />,
prevArrow: <SamplePrevArrow />,
};
Expand Down

0 comments on commit a217b4a

Please sign in to comment.