Made sure the sliding menu buttons only exist on mobile devices in portrait orientation.
This commit is contained in:
parent
10ff076629
commit
59e1d72d81
@ -438,6 +438,9 @@ body {
|
||||
padding: 1em;
|
||||
}
|
||||
}
|
||||
@media @landscape, @desktop-portrait {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.slideSection {
|
||||
|
Loading…
Reference in New Issue
Block a user