year shows right

This commit is contained in:
Luis 2017-06-18 11:50:32 +02:00
parent 6263cedc37
commit fe87b9ffbd

View file

@ -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;
}