This commit is contained in:
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,
|
||||
settings: {
|
||||
slidesToShow: 2,
|
||||
slidesToScroll: 1,
|
||||
centerPadding: '0',
|
||||
slidesToShow: 1,
|
||||
slidesToScroll: 1,
|
||||
centerMode: true,
|
||||
centerPadding: '30px',
|
||||
}
|
||||
}]
|
||||
});
|
||||
@@ -118,9 +119,10 @@ $(function(){
|
||||
{
|
||||
breakpoint: 800,
|
||||
settings: {
|
||||
slidesToShow: 2,
|
||||
slidesToScroll: 1,
|
||||
centerPadding: '0',
|
||||
slidesToShow: 1,
|
||||
slidesToScroll: 1,
|
||||
centerMode: true,
|
||||
centerPadding: '30px',
|
||||
}
|
||||
}]
|
||||
|
||||
|
@@ -14,6 +14,11 @@
|
||||
h2{
|
||||
grid-column: 2 ;
|
||||
padding: 0 0 0 20px;
|
||||
@include breakpoint(small down) {
|
||||
grid-column: 1 / span 2;
|
||||
padding: 0 0 0 0px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
div{
|
||||
grid-column: 2;
|
||||
|
Reference in New Issue
Block a user