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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

View File

@ -14,6 +14,11 @@
h2{ h2{
grid-column: 2 ; grid-column: 2 ;
padding: 0 0 0 20px; padding: 0 0 0 20px;
@include breakpoint(small down) {
grid-column: 1 / span 2;
padding: 0 0 0 0px;
text-align: center;
}
} }
div{ div{
grid-column: 2; grid-column: 2;