This commit is contained in:
parent
dd41e30f59
commit
17e419f4f6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -160,9 +160,10 @@ $(function(){
|
|||||||
{
|
{
|
||||||
breakpoint: 800,
|
breakpoint: 800,
|
||||||
settings: {
|
settings: {
|
||||||
slidesToShow: 2,
|
slidesToShow: 1,
|
||||||
slidesToScroll: 1,
|
slidesToScroll: 1,
|
||||||
centerPadding: '0',
|
centerMode: true,
|
||||||
|
centerPadding: '30px',
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
});
|
});
|
||||||
|
@ -287,6 +287,10 @@
|
|||||||
//margin-top: -3rem;
|
//margin-top: -3rem;
|
||||||
column-gap: 1rem;
|
column-gap: 1rem;
|
||||||
grid-template-columns: calc(10% - 3em) repeat(4, 20%);
|
grid-template-columns: calc(10% - 3em) repeat(4, 20%);
|
||||||
|
@include breakpoint(small down) {
|
||||||
|
display: block;
|
||||||
|
padding: 1rem ;
|
||||||
|
}
|
||||||
&>div:first-child{
|
&>div:first-child{
|
||||||
grid-column-start: 2;
|
grid-column-start: 2;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user