This commit is contained in:
armansansd 2022-05-10 15:39:39 +02:00
parent dd41e30f59
commit 17e419f4f6
4 changed files with 10 additions and 5 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

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

View File

@ -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;
}