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