mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-27 04:51:22 +01:00
year shows right
This commit is contained in:
parent
6263cedc37
commit
fe87b9ffbd
1 changed files with 4 additions and 3 deletions
|
@ -59,8 +59,8 @@
|
||||||
}
|
}
|
||||||
#slider-container {
|
#slider-container {
|
||||||
position: static;
|
position: static;
|
||||||
left: 0;
|
left: auto;
|
||||||
bottom: 0;
|
bottom: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.value {
|
.value {
|
||||||
|
@ -71,9 +71,10 @@
|
||||||
|
|
||||||
#slider {
|
#slider {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
top: auto;
|
||||||
}
|
}
|
||||||
#map {
|
#map {
|
||||||
width: 90%;
|
width: 97%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
height: 90vh;
|
height: 90vh;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue