This commit is contained in:
parent
63168783a7
commit
a4fe26e416
File diff suppressed because one or more lines are too long
@ -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',
|
||||
}
|
||||
}]
|
||||
});
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user