This commit is contained in:
armansansd 2022-04-27 16:06:29 +02:00
parent 63168783a7
commit a4fe26e416
2 changed files with 28 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -95,6 +95,15 @@ $(function(){
centerMode: false,
centerPadding: '60px',
infinite: false,
responsive: [
{
breakpoint: 800,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
centerPadding: '0',
}
}]
});
elem = $("#actus_blocks-block_1").find("footer").detach();
$("#actus_blocks-block_1").append(elem);
@ -104,6 +113,15 @@ $(function(){
centerMode: false,
centerPadding: '60px',
infinite: false,
responsive: [
{
breakpoint: 800,
settings: {
slidesToShow: 2,
slidesToScroll: 1,
centerPadding: '0',
}
}]
});
@ -113,6 +131,15 @@ $(function(){
centerMode: false,
centerPadding: '60px',
infinite: false,
responsive: [
{
breakpoint: 800,
settings: {
slidesToShow: 1,
slidesToScroll: 1,
centerPadding: '0',
}
}]
});
}