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 { #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;
} }