Authored by htoooth

fix css

@@ -28,7 +28,7 @@ new Swiper('.swiper-container', { @@ -28,7 +28,7 @@ new Swiper('.swiper-container', {
28 lazyLoading: true, 28 lazyLoading: true,
29 lazyLoadingInPrevNext: true, 29 lazyLoadingInPrevNext: true,
30 paginationClickable: true, 30 paginationClickable: true,
31 - autoplay: 3000 31 + autoplay: 4000
32 }); 32 });
33 33
34 function share() { 34 function share() {
@@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
25 border-radius: 60px; 25 border-radius: 60px;
26 color: white; 26 color: white;
27 text-align: left; 27 text-align: left;
28 - padding-top: 6px; 28 + padding-top: 3px;
29 padding-left: 6px; 29 padding-left: 6px;
30 } 30 }
31 } 31 }