From 91339bec8bea63b6bb9f39ca217ba7ae27a701a6 Mon Sep 17 00:00:00 2001 From: Oriol Carbonell Date: Fri, 2 Feb 2024 02:30:54 +0100 Subject: [PATCH] Leave direction for home slides on mobile and increase bottom padding The change to column was from when the button and the text were both on the slide, but now it only made the text stick to the top, which is the reverse of what we wanted, but had to increase the space between the text and the booking button. --- web/static/public.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/static/public.css b/web/static/public.css index 740119c..7a97a26 100644 --- a/web/static/public.css +++ b/web/static/public.css @@ -505,8 +505,8 @@ nav:last-of-type > ul > li:last-child { } @media (max-width: 48rem) { - .hero .slick-slide { - flex-direction: column; + .hero .slick-initialized .slick-slide { + padding-bottom: 9rem; } .hero .slick-slide span {