mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +01:00
centrar visualizaciones
This commit is contained in:
parent
5f874b82fd
commit
cef4422829
4 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -110,7 +110,8 @@ blockquote {
|
|||
background-color:"#cad2d3";
|
||||
}
|
||||
|
||||
canvas {
|
||||
iframe {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.inner img {
|
||||
|
|
Loading…
Reference in a new issue