This commit is contained in:
armansansd
2022-05-10 15:33:30 +02:00
parent f3a17ada41
commit dd41e30f59
4 changed files with 15 additions and 8 deletions

View File

@@ -100,9 +100,10 @@ $(function(){
{
breakpoint: 800,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
centerPadding: '0',
slidesToShow: 1,
slidesToScroll: 1,
centerMode: true,
centerPadding: '30px',
}
}]
});
@@ -118,9 +119,10 @@ $(function(){
{
breakpoint: 800,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
centerPadding: '0',
slidesToShow: 1,
slidesToScroll: 1,
centerMode: true,
centerPadding: '30px',
}
}]