small fixes

This commit is contained in:
G14 2016-06-22 21:01:39 +05:00
parent 7dccf927ba
commit e359a9547c
3 changed files with 2 additions and 4 deletions

View File

@ -724,7 +724,6 @@ input[type=email] {
.mobile-block-square {
display: inline-block;
margin-top: 60px;
margin-right: 36px;
padding: 25px 20px;
width: 160px;
height: 210px;

View File

@ -98,7 +98,7 @@ $(function() {
var swiper1 = new Swiper('.swiper1', {
loop: true,
autoplay: 3000,
autoplay: 2000,
effect: 'fade',
spaceBetween: 30,
fade: {
@ -107,7 +107,7 @@ $(function() {
});
var swiper2 = new Swiper('.swiper2', {
loop: true,
autoplay: 3000,
autoplay: 2000,
effect: 'slide',
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',

View File

@ -738,7 +738,6 @@ input[type=email] {
.mobile-block-square {
display: inline-block;
margin-top: 60px;
margin-right: 36px;
padding: 25px 20px;
width: 160px;
height: 210px;