small fixes
This commit is contained in:
parent
7dccf927ba
commit
e359a9547c
|
@ -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;
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue