fix: increase height of image slideshow

This commit is contained in:
Troy 2025-02-15 23:15:54 +00:00
parent 700095d8af
commit 3595f0a213
Signed by: troy
GPG key ID: DFC06C02ED3B4711

View file

@ -10,7 +10,7 @@ const { interval = 3000, images } = Astro.props;
---
<div
class="relative h-64 w-full overflow-hidden md:h-96"
class="relative min-h-[50svh] w-full overflow-hidden"
data-interval={interval}
>
{