mirror of
https://github.com/ivabus/www
synced 2024-11-10 17:45:15 +03:00
Additional styling for mobile scroll.
This commit is contained in:
parent
53729d4120
commit
523949f910
|
@ -137,13 +137,15 @@
|
|||
.swiper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin-bottom: 1vw !important;
|
||||
margin-top: 1vw;
|
||||
}
|
||||
|
||||
.swiper-slide {
|
||||
text-align: center;
|
||||
font-size: 18px;
|
||||
width: 90% !important;
|
||||
margin-right: 10px !important;
|
||||
margin-right: 5px!important;
|
||||
|
||||
/* Center slide text vertically */
|
||||
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 -->
|
||||
<div class="row">
|
||||
|
||||
<div class="row" style="margin-bottom: 2vw !important;">
|
||||
<div class="col">
|
||||
<div class="swiper mySwiper">
|
||||
<div class="swiper-wrapper">
|
||||
|
|
Loading…
Reference in a new issue