diff --git a/components/ImageSlider.vue b/components/ImageSlider.vue index 8db1c93..4f4f930 100644 --- a/components/ImageSlider.vue +++ b/components/ImageSlider.vue @@ -16,17 +16,16 @@ :style="{ '--swiper-navigation-color': 'rgb(71 85 105)', '--swiper-pagination-color': 'rgb(71 85 105)', - '--swiper-pagination-bottom': 'auto', - '--swiper-pagination-top': '1rem', - '--swiper-navigation-top-offset': '5rem' + '--swiper-pagination-top': '0', + '--swiper-navigation-top-offset': '4rem' }" :modules="[SwiperAutoplay, SwiperPagination, SwiperNavigation]" - class="h-full w-full" + class="h-full w-full px-12 pt-16" > - + + style="max-width: calc(100% - 80px); max-height: calc(85vh - 160px); object-fit: contain;"/>