better mobile support

Signed-off-by: Artem Anufrij <artem.anufrij@live.de>
This commit is contained in:
Artem Anufrij
2017-06-09 22:53:10 +02:00
parent ac39568ff6
commit 6b8c084ed4

View File

@@ -910,6 +910,12 @@ button.button-inline:hover {
}
}
@media (max-width: 768px) {
#app-navigation-toggle {
display: none !important;
}
}
/**
* Markdown rendering
*/