Hide navigation and sidenav elements by default in the CSS

This commit is contained in:
2025-01-25 20:49:50 +01:00
parent b39f0e7339
commit 38fbf13fd7

View File

@@ -55,4 +55,8 @@ h1 {
.menu.show .menu-content {
display: block;
}
nav, .sidenav {
display: none;
}