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.
This commit is contained in:
oriol carbonell pujolàs 2024-02-02 02:30:54 +01:00
parent 61dbe5cf38
commit 91339bec8b
1 changed files with 2 additions and 2 deletions

View File

@ -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 {