From 1fad9e792c9830c1882c828169491046d8d25f7e Mon Sep 17 00:00:00 2001 From: Fint Date: Sat, 25 Nov 2023 10:17:05 +0100 Subject: [PATCH] slideshow dots fix --- src/css/imports/home.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/imports/home.scss b/src/css/imports/home.scss index e0a8f6dd..23ce6ceb 100644 --- a/src/css/imports/home.scss +++ b/src/css/imports/home.scss @@ -97,6 +97,8 @@ .flickity-page-dots { bottom: 1em; + list-style: none; + .testimonial-carousel & { bottom: 2rem; }