From 15bd9d28440b609f5b0c61eb5efe4402fce6c7d3 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 1 Nov 2023 22:36:48 -0400 Subject: [PATCH] Fixing bullets offset. (#265) --- src/shared/components/main.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/shared/components/main.tsx b/src/shared/components/main.tsx index 107a20e..52af6dd 100644 --- a/src/shared/components/main.tsx +++ b/src/shared/components/main.tsx @@ -39,10 +39,10 @@ const carouselImages = [ ]; const CarouselBlock = () => ( -
-
-
-
    +
    +
    +
    +
      {carouselImages.map((image, i) => ( (
    {carouselImages.map((_, i) => (