diff --git a/docs/colonizacion-leaflet/index.html b/docs/colonizacion-leaflet/index.html index 44837ce..4081d5f 100644 --- a/docs/colonizacion-leaflet/index.html +++ b/docs/colonizacion-leaflet/index.html @@ -59,8 +59,8 @@ } #slider-container { position: static; - left: 0; - bottom: 0; + left: auto; + bottom: auto; width: 100%; } .value { @@ -71,9 +71,10 @@ #slider { width: 90%; + top: auto; } #map { - width: 90%; + width: 97%; margin: 0 auto; height: 90vh; }