mirror of
https://github.com/ivabus/www
synced 2024-11-10 19:05:15 +03:00
Additional styling for mobile scroll.
This commit is contained in:
parent
53729d4120
commit
523949f910
|
@ -137,13 +137,15 @@
|
||||||
.swiper {
|
.swiper {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
margin-bottom: 1vw !important;
|
||||||
|
margin-top: 1vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.swiper-slide {
|
.swiper-slide {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
width: 90% !important;
|
width: 90% !important;
|
||||||
margin-right: 10px !important;
|
margin-right: 5px!important;
|
||||||
|
|
||||||
/* Center slide text vertically */
|
/* Center slide text vertically */
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
|
|
@ -1,5 +1,13 @@
|
||||||
|
<!-- Package Grid Header -->
|
||||||
|
<hr>
|
||||||
|
<div class="container package-grid-header">
|
||||||
|
<h3 style="margin-bottom:-20px;">package center</h3>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
|
||||||
<!-- Slider main container -->
|
<!-- Slider main container -->
|
||||||
<div class="row">
|
|
||||||
|
<div class="row" style="margin-bottom: 2vw !important;">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="swiper mySwiper">
|
<div class="swiper mySwiper">
|
||||||
<div class="swiper-wrapper">
|
<div class="swiper-wrapper">
|
||||||
|
|
Loading…
Reference in a new issue