From 94d768144c1b9db4a0351079c9c56aa963335306 Mon Sep 17 00:00:00 2001 From: Luis Date: Sun, 18 Jun 2017 11:58:06 +0200 Subject: [PATCH] slider works/shows right on mobile --- docs/colonizacion-leaflet/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/colonizacion-leaflet/index.html b/docs/colonizacion-leaflet/index.html index 4081d5f..0aea618 100644 --- a/docs/colonizacion-leaflet/index.html +++ b/docs/colonizacion-leaflet/index.html @@ -62,6 +62,7 @@ left: auto; bottom: auto; width: 100%; + padding: 1em 0; } .value { padding: 6px 8px; @@ -76,7 +77,7 @@ #map { width: 97%; margin: 0 auto; - height: 90vh; + height: 80vh; } }