Made sure the sliding menu buttons only exist on mobile devices in portrait orientation.

This commit is contained in:
Maxim Khlobystov 2015-03-02 10:17:26 -05:00
parent 10ff076629
commit 59e1d72d81

View File

@ -438,6 +438,9 @@ body {
padding: 1em;
}
}
@media @landscape, @desktop-portrait {
display: none;
}
}
.slideSection {