mirror of
https://github.com/est31/leaftest.git
synced 2024-11-14 22:50:28 +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 {
|
||||
width: 98%;
|
||||
height: 98%;
|
||||
margin: 1% 1% 1% 1%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
image-rendering: -moz-crisp-edges; /* Firefox */
|
||||
image-rendering: -webkit-crisp-edges; /* Safari */
|
||||
image-rendering: pixelated; /* Chromium */
|
||||
|
|
Loading…
Reference in New Issue
Block a user