From b35f002e1a453a12d104bbba6cd6ca354d18fcb6 Mon Sep 17 00:00:00 2001 From: jullinator Date: Thu, 30 Aug 2018 19:21:53 +0200 Subject: leaflet updated --- templates/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/index.css') diff --git a/templates/index.css b/templates/index.css index f8bab2c..0d9fcbc 100644 --- a/templates/index.css +++ b/templates/index.css @@ -1,6 +1,6 @@ -html { height: 100% } -body { height: 80%; margin: 0; padding: 0 } -#map_canvas { height: 100%; width: 100% } +#map { + height:80%; +} .row { display:flex; } -- cgit v1.2.1