magic matcher mobile

This commit is contained in:
Jana Deutschländer 2017-01-05 19:01:19 +01:00
commit 742a706335
3 changed files with 54 additions and 9 deletions

View file

@ -241,8 +241,7 @@ nav > ul {
.mobile-only {
display: none;
@media @screen_max-xs {
@media @screen_max-md {
display: inline-block;
}
}
@ -250,7 +249,7 @@ nav > ul {
.mobile-hide {
display: inline-block;
@media @screen_max-xs {
@media @screen_max-md {
display: none;
}
}