From 6263cedc37c4ed72719f0f6f299f0766f40f796b Mon Sep 17 00:00:00 2001 From: Luis Date: Sun, 18 Jun 2017 11:42:34 +0200 Subject: [PATCH] less map width on small devices --- docs/colonizacion-leaflet/index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/colonizacion-leaflet/index.html b/docs/colonizacion-leaflet/index.html index 96e9929..44837ce 100644 --- a/docs/colonizacion-leaflet/index.html +++ b/docs/colonizacion-leaflet/index.html @@ -72,6 +72,11 @@ #slider { width: 90%; } + #map { + width: 90%; + margin: 0 auto; + height: 90vh; + } }