magic matcher mobile
This commit is contained in:
parent
83efa0de01
commit
742a706335
3 changed files with 54 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue