Add burger + some map responsiveness

This commit is contained in:
2024-06-13 18:33:29 +02:00
parent f7ecd4326a
commit 038dcc0b7a
4 changed files with 19 additions and 21 deletions

View File

@@ -121,23 +121,6 @@ a:visited {
padding-right: 33px;
}
/* Leaflef map container */
@media (max-width: 840px) {
.map-sm {
height: 450px;
}
}
@media (min-width: 840px) and (max-width: 960px) {
.map-sm {
height: 600px;
}
}
@media (min-width: 960px) and (max-width: 1280px) {
.map-lg {
height: 700px;
}
}
@media (min-width: 1280px) {
.map-lg {
height: 800px;
}
#map {
height: calc(100vh - 107px);
}