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:
parent
61dbe5cf38
commit
91339bec8b
|
@ -505,8 +505,8 @@ nav:last-of-type > ul > li:last-child {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
.hero .slick-slide {
|
.hero .slick-initialized .slick-slide {
|
||||||
flex-direction: column;
|
padding-bottom: 9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero .slick-slide span {
|
.hero .slick-slide span {
|
||||||
|
|
Loading…
Reference in New Issue