Add option to hide the menu on desktop

This commit is contained in:
kolaente 2020-06-25 23:56:41 +02:00
parent efc047ced7
commit d586e15c56
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 74 additions and 21 deletions

View file

@ -7,7 +7,10 @@
.app-content {
padding: $navbar-height + 1.5rem 1.5em 0 1.5em;
z-index: 2;
margin-left: 17vw;
&.is-menu-enabled {
margin-left: 17vw;
}
@media screen and (max-width: $tablet) {
margin-left: 0;