From 0b93a4c98946abb1135780406bdfef733fd370ed Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Fri, 2 Feb 2024 02:37:53 +0100 Subject: [PATCH] Remove order from slick-list It was there from when the carousel was a flex; no longer used --- web/static/public.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/static/public.css b/web/static/public.css index 7a97a26..ad2f105 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -617,7 +617,6 @@ dl, .nature > div, .outside_activities > div, .campsite_info { } .carousel .slick-list { - order: 1; margin-right: -5rem; }