small fixes
This commit is contained in:
parent
7dccf927ba
commit
e359a9547c
|
@ -724,7 +724,6 @@ input[type=email] {
|
||||||
.mobile-block-square {
|
.mobile-block-square {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
margin-right: 36px;
|
|
||||||
padding: 25px 20px;
|
padding: 25px 20px;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 210px;
|
height: 210px;
|
||||||
|
|
|
@ -98,7 +98,7 @@ $(function() {
|
||||||
|
|
||||||
var swiper1 = new Swiper('.swiper1', {
|
var swiper1 = new Swiper('.swiper1', {
|
||||||
loop: true,
|
loop: true,
|
||||||
autoplay: 3000,
|
autoplay: 2000,
|
||||||
effect: 'fade',
|
effect: 'fade',
|
||||||
spaceBetween: 30,
|
spaceBetween: 30,
|
||||||
fade: {
|
fade: {
|
||||||
|
@ -107,7 +107,7 @@ $(function() {
|
||||||
});
|
});
|
||||||
var swiper2 = new Swiper('.swiper2', {
|
var swiper2 = new Swiper('.swiper2', {
|
||||||
loop: true,
|
loop: true,
|
||||||
autoplay: 3000,
|
autoplay: 2000,
|
||||||
effect: 'slide',
|
effect: 'slide',
|
||||||
nextButton: '.swiper-button-next',
|
nextButton: '.swiper-button-next',
|
||||||
prevButton: '.swiper-button-prev',
|
prevButton: '.swiper-button-prev',
|
||||||
|
|
|
@ -738,7 +738,6 @@ input[type=email] {
|
||||||
.mobile-block-square {
|
.mobile-block-square {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
margin-right: 36px;
|
|
||||||
padding: 25px 20px;
|
padding: 25px 20px;
|
||||||
width: 160px;
|
width: 160px;
|
||||||
height: 210px;
|
height: 210px;
|
||||||
|
|
Loading…
Reference in New Issue