diff --git a/blocks/carousel/carousel.css b/blocks/carousel/carousel.css index e6a98fa2..f6aa3664 100644 --- a/blocks/carousel/carousel.css +++ b/blocks/carousel/carousel.css @@ -65,14 +65,14 @@ .carousel .carousel-slide-indicators { display: flex; justify-content: center; - gap: 0.5rem; + gap: 1.5rem; } .carousel .carousel-slide-indicator button { - width: 1rem; - height: 1rem; + width: 1.25rem; + height: 1.25rem; padding: 0; - border-radius: 1rem; + border-radius: 50%; background-color: rgba(0 0 0 / 25%); }