leaflet-custom.css: Make it full screen

This commit is contained in:
Starbeamrainbowlabs 2018-05-23 22:29:19 +01:00 committed by est31
parent f68677fc61
commit 634234f591
1 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,13 @@
html, body { font-size: 100%; }
body {
margin: 0;
font-family: sans-serif;
}
#mapcontainer { #mapcontainer {
width: 98%; width: 100%;
height: 98%; height: 100%;
margin: 1% 1% 1% 1%; margin: 0;
image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -webkit-crisp-edges; /* Safari */ image-rendering: -webkit-crisp-edges; /* Safari */
image-rendering: pixelated; /* Chromium */ image-rendering: pixelated; /* Chromium */