mirror of
https://github.com/est31/leaftest.git
synced 2025-01-03 14:50:38 +01:00
leaflet-custom.css: Make it full screen
This commit is contained in:
parent
f68677fc61
commit
634234f591
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user