From 634234f5919df2003c0288109e4a0b9008c3a8d9 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 23 May 2018 22:29:19 +0100 Subject: [PATCH] leaflet-custom.css: Make it full screen --- www/leaflet-custom.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/www/leaflet-custom.css b/www/leaflet-custom.css index 93a28cc..efa0177 100644 --- a/www/leaflet-custom.css +++ b/www/leaflet-custom.css @@ -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 */