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:
oriol carbonell pujolàs 2024-02-06 10:04:44 +01:00
parent 373a6e5b6d
commit 771f5077d4
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}