centrar visualizaciones

This commit is contained in:
abe- 2017-06-19 12:21:58 +02:00
parent 5f874b82fd
commit cef4422829
4 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<div class="video-container">
<iframe src="graficos/expropiacion.html" width="100%" height="539" style="overflow:hidden" allowfullscreen="" frameborder="0">
<iframe src="graficos/expropiacion.html" width="670" height="539" style="overflow:hidden" allowfullscreen="" frameborder="0">
</iframe>
</div>

View file

@ -1,4 +1,4 @@
<div class="video-container">
<iframe src="graficos/hidraulicas.html" width="100%" height="539" style="overflow:hidden" allowfullscreen="" frameborder="0">
<iframe src="graficos/hidraulicas.html" width="800" height="539" style="overflow:hidden" allowfullscreen="" frameborder="0">
</iframe>
</div>

View file

@ -1,4 +1,4 @@
<div class="video-container">
<iframe id="p5" src="graficos/parcelas.html" width="100%" height="539px" style="overflow:hidden" allowfullscreen="" frameborder="0">
<iframe id="p5" src="graficos/parcelas.html" width="800" height="539px" style="overflow:hidden" allowfullscreen="" frameborder="0">
</iframe>
</div>

View file

@ -110,7 +110,8 @@ blockquote {
background-color:"#cad2d3";
}
canvas {
iframe {
display: block;
margin: 0 auto;
}
.inner img {