Skip to content

Commit

Permalink
QA feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mgbelegu committed Mar 18, 2024
1 parent 1257b61 commit 1555ad6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions assets/js/theme/common/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,21 @@ export default function startSwiper(context) {
modules: [Navigation, Pagination],
allowSlideNext: true,
allowSlidePrev: true,
slidesPerView: 1,
slidesPerView: 1.2,
speed: 500,
loop: true,
spaceBetween: 48,
spaceBetween: 24,
autoplay: {
delay: 3000,
},
breakpoints: {
480: {
slidesPerView: 2,
spaceBetween: 40,
spaceBetween: 24,
},
768: {
slidesPerView: 4,
spaceBetween: 40,
spaceBetween: 48,
},
},
navigation: {
Expand Down
6 changes: 1 addition & 5 deletions assets/scss/widgets/reviews.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ $swiper-arrow-right-purple: './../icons/arrow-right-purple.svg';
overflow: visible;

.swiper-slide {
max-width: 80%;

@include bp(small) {
max-width: 100%;
}
height: auto;
}
}

Expand Down

0 comments on commit 1555ad6

Please sign in to comment.