Fixed Swiper bug

This commit is contained in:
Thomas Smith 2022-09-23 17:52:21 -04:00
parent 9ffbf68fe5
commit 50345e933b
3 changed files with 1 additions and 4 deletions

View file

@ -144,8 +144,6 @@
.swiper-slide {
text-align: center;
font-size: 18px;
width: 90% !important;
margin-right: 5px!important;
/* Center slide text vertically */
display: -webkit-box;

View file

@ -155,7 +155,6 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
spaceBetween: 10,
freeMode: true,
loop: true,
loopFillGroupWithBlank: true,
pagination: {
el: ".swiper-pagination",
clickable: true,

View file

@ -21,7 +21,7 @@
<div class="swiper-slide">{{- partial "package-thumbnail.html" . -}}</div>
<div class="swiper-slide">{{- partial "package-thumbnail.html" . -}}</div>
</div>
<!-- <div class="swiper-pagination"></div> -->
<div class="swiper-pagination"></div>
</div>
</div>
</div>