@@ -160,9 +160,10 @@ $(function(){
{
breakpoint: 800,
settings: {
- slidesToShow: 2,
- slidesToScroll: 1,
- centerPadding: '0',
+ slidesToShow: 1,
+ slidesToScroll: 1,
+ centerMode: true,
+ centerPadding: '30px',
}
}]
});
@@ -287,6 +287,10 @@
//margin-top: -3rem;
column-gap: 1rem;
grid-template-columns: calc(10% - 3em) repeat(4, 20%);
+ @include breakpoint(small down) {
+ display: block;
+ padding: 1rem ;
+ }
&>div:first-child{
grid-column-start: 2;