change min-width for route view collapse

This commit is contained in:
Laura Klünder 2017-11-15 15:50:12 +01:00
parent b8800f76c3
commit 5942c2978a

View file

@ -309,7 +309,7 @@ main:not([data-view=route-result]) #route-summary {
opacity: 0;
}
@media not all and (min-height: 700px) and (min-width: 1150px) {
@media not all and (min-height: 700px) and (min-width: 1100px) {
main[data-view=route-result] .locationinput {
margin-bottom: -21px;
}