Skip to content

Commit

Permalink
fix: resize push to wrong direction during browser resize
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Oct 3, 2024
1 parent bc447f9 commit 94d1092
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/templates/sectioncarousel/SectionCarousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,16 +102,11 @@
},
{
breakpoint: '1199px',
numVisible: 3,
numScroll: 1
},
{
breakpoint: '767px',
numVisible: 2,
numScroll: 1
},
{
breakpoint: '575px',
breakpoint: '767px',
numVisible: 1,
numScroll: 1
}
Expand Down

0 comments on commit 94d1092

Please sign in to comment.