diff --git a/src/components/ImageCarousel.astro b/src/components/ImageCarousel.astro index 997f547..175c74e 100644 --- a/src/components/ImageCarousel.astro +++ b/src/components/ImageCarousel.astro @@ -43,8 +43,8 @@ const IDs: string[] = []; const imagesArray = shuffle ? shuffleArray(images) : images; --- -
-
+
+
@@ -85,9 +85,8 @@ const imagesArray = shuffle ? shuffleArray(images) : images; /> ) } - -
+