Skip to content

Commit

Permalink
add xl screen pl-16 to Swiper
Browse files Browse the repository at this point in the history
  • Loading branch information
goldipl committed Feb 12, 2024
1 parent 8d9f452 commit 7daaf1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Gallery/Swiper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import img08 from "@/public/images/swiper/swiper-image08.jpg";
export default () => {
return (
<Swiper
className="xl:!pl-16"
modules={[Navigation, Pagination, Scrollbar, A11y, EffectCoverflow]}
spaceBetween={50}
slidesPerView={3}
Expand Down

0 comments on commit 7daaf1f

Please sign in to comment.