mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31: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 {
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue