Add bottom padding to campsite type’s title
This is to avoid having the carousel’s arrows overlap the title
This commit is contained in:
parent
373a6e5b6d
commit
771f5077d4
|
@ -671,6 +671,11 @@ dl, .nature > div, .outside_activities > div, .campsite_info {
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 48rem) {
|
@media (max-width: 48rem) {
|
||||||
|
|
||||||
|
.campsite_type_title {
|
||||||
|
padding-bottom: 6rem;
|
||||||
|
}
|
||||||
|
|
||||||
.carousel {
|
.carousel {
|
||||||
overflow: unset;
|
overflow: unset;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue