toodego: force custom height for air quality map

This commit is contained in:
Frédéric Péters 2019-06-17 10:07:38 +02:00
parent 1ac5aa36b9
commit f04292f813
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
height: 300px;
}
div.combo-cell-map.leaflet-container {
height: 600px;
height: 600px !important;
@media screen and (max-width: $desktop-limit) {
height: 300px;
height: 300px !important;
}
}
}