diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-04-12 15:48:11 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-04-12 15:48:11 -0400 |
commit | ea79c3b871dbb37ef6c246205d1938fc09ade95f (patch) | |
tree | 8242fe132acca1fdeff0da1bf47441c5f6c364d8 /static | |
parent | 576fd3912c6a38ffc156c666874431a78faf9476 (diff) | |
download | carpentertutoring-ea79c3b871dbb37ef6c246205d1938fc09ade95f.tar.xz carpentertutoring-ea79c3b871dbb37ef6c246205d1938fc09ade95f.zip |
Revert "feat: collapsible nav menu"
This reverts commit 576fd3912c6a38ffc156c666874431a78faf9476.
Diffstat (limited to 'static')
-rw-r--r-- | static/desktop.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/static/desktop.css b/static/desktop.css index 88d04d5..1b0eb43 100644 --- a/static/desktop.css +++ b/static/desktop.css @@ -12,14 +12,6 @@ width: 100%; } - nav div { - height: auto; - } - - a#menu-toggle { - display: none; - } - div.buttons { flex-direction: row-reverse; } |