new map height

This commit is contained in:
Luis 2017-06-17 16:09:26 +02:00
parent 939a42f2e8
commit ef174080a5
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<div class="video-container">
<iframe src="https://urbanoviii.github.io/colonizacion-leaflet/index.html" width="100%" height="900px" scrolling="no" style="overflow:hidden">
<iframe src="https://urbanoviii.github.io/colonizacion-leaflet/index.html" width="100%" height="700px" scrolling="no" style="overflow:hidden">
<p>Tu navegador no soporta iframes, usa uno actualizado para explorar el mapa de la colonizaci&oacute;n</p>
</iframe>
</div>

View file

@ -20,7 +20,7 @@
}
@include breakpoint(medium) {
width: 100%;
width: 90%;
}
}
}