Add burger + some map responsiveness
This commit is contained in:
21
css/app.css
21
css/app.css
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user