Skip to content
Snippets Groups Projects
Commit 59e1d72d authored by Maxim Khlobystov's avatar Maxim Khlobystov
Browse files

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

parent 10ff0766
No related branches found
No related tags found
No related merge requests found
......@@ -438,6 +438,9 @@ body {
padding: 1em;
}
}
@media @landscape, @desktop-portrait {
display: none;
}
}
.slideSection {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment