fix: increase height of image slideshow
This commit is contained in:
parent
700095d8af
commit
3595f0a213
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
>
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue