Map of active fires

This commit is contained in:
vjrj 2017-12-01 13:33:24 +01:00
parent f87cf02c2d
commit 0b4f895506
7 changed files with 430 additions and 61 deletions

View file

@ -140,3 +140,11 @@
color: white;
text-transform: uppercase;
}
/* https://github.com/PaulLeCam/react-leaflet/issues/108 */
.leaflet-container {
height: 500px;
width: 85%;
margin: 0 auto;
}