From 0e3df605c74b68e7842a0f8dcc72ec0b7d79e40f Mon Sep 17 00:00:00 2001 From: David Ball Date: Sun, 14 Jul 2024 21:52:34 -0400 Subject: [PATCH] fix: Carousel buttons weren't vertically centered on iOS Safari. --- src/components/ImageCarousel.astro | 60 ++++++++++++++++++++++++------ 1 file changed, 48 insertions(+), 12 deletions(-) diff --git a/src/components/ImageCarousel.astro b/src/components/ImageCarousel.astro index 1d4e51c..08a4668 100644 --- a/src/components/ImageCarousel.astro +++ b/src/components/ImageCarousel.astro @@ -22,9 +22,9 @@ let index = 1; {images?.map(image => (