Skip to content

Commit

Permalink
fix: adjust testimonial responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Jun 2, 2024
1 parent d853503 commit e7aac03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const useHandleSlideSize = ({
newPerView = 1;
sliderContainer.classList.add('hide-both');
} else if (
(sliderRect.height < 180 && sliderRect.width < 1200) ||
(sliderRect.height < 160 && sliderRect.width < 1200) ||
(sliderRect.width < 650 && sliderRect.width > 550)
) {
newPerView = 1.5;
Expand Down

0 comments on commit e7aac03

Please sign in to comment.