increased size of photos on mobile

This commit is contained in:
2025-11-18 14:23:32 +13:00
parent f0d58a1a33
commit 02c7e2f45a

View File

@@ -89,7 +89,7 @@ const photoLinks = await Promise.all(
<div class="hidden" id="carousel-data">{JSON.stringify(photos)}</div>
<div class="hidden" id="photo-links-data">{JSON.stringify(photoLinks)}</div>
<div class="swiper w-full h-[60vh] md:h-[calc(100vh-7rem)]">
<div class="swiper w-full h-[70vh] md:h-[calc(100vh-7rem)]">
<div class="swiper-wrapper">
{photos.map((photo, i) => (
<div class="swiper-slide flex items-center justify-center">