Hide navigation and sidenav elements by default in the CSS
This commit is contained in:
@@ -55,4 +55,8 @@ h1 {
|
|||||||
|
|
||||||
.menu.show .menu-content {
|
.menu.show .menu-content {
|
||||||
display: block;
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
nav, .sidenav {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user