From 38fbf13fd72512c8ea4c88fcf8bcaf736e5d54a2 Mon Sep 17 00:00:00 2001 From: Fredrik Wahlberg Date: Sat, 25 Jan 2025 20:49:50 +0100 Subject: [PATCH] Hide navigation and sidenav elements by default in the CSS --- public/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/style.css b/public/style.css index eb8a5b3..7fd0bae 100644 --- a/public/style.css +++ b/public/style.css @@ -55,4 +55,8 @@ h1 { .menu.show .menu-content { display: block; +} + +nav, .sidenav { + display: none; } \ No newline at end of file