less map width on small devices

This commit is contained in:
Luis 2017-06-18 11:42:34 +02:00
parent 4d0c9b72cc
commit 6263cedc37

View file

@ -72,6 +72,11 @@
#slider {
width: 90%;
}
#map {
width: 90%;
margin: 0 auto;
height: 90vh;
}
}
</style>