From 576fd3912c6a38ffc156c666874431a78faf9476 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 24 Mar 2025 23:22:09 -0400 Subject: feat: collapsible nav menu --- static/desktop.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'static') diff --git a/static/desktop.css b/static/desktop.css index 1b0eb43..88d04d5 100644 --- a/static/desktop.css +++ b/static/desktop.css @@ -12,6 +12,14 @@ width: 100%; } + nav div { + height: auto; + } + + a#menu-toggle { + display: none; + } + div.buttons { flex-direction: row-reverse; } -- cgit v1.2.3