From 771f5077d46e950043d1c0b940138c3fe5347518 Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Tue, 6 Feb 2024 10:04:44 +0100 Subject: [PATCH] =?UTF-8?q?Add=20bottom=20padding=20to=20campsite=20type?= =?UTF-8?q?=E2=80=99s=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is to avoid having the carousel’s arrows overlap the title --- web/static/public.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/static/public.css b/web/static/public.css index 6955917..0cee7e5 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -671,6 +671,11 @@ dl, .nature > div, .outside_activities > div, .campsite_info { @media (max-width: 48rem) { + + .campsite_type_title { + padding-bottom: 6rem; + } + .carousel { overflow: unset; }