summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-03-24 23:22:09 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-03-24 23:22:09 -0400
commit576fd3912c6a38ffc156c666874431a78faf9476 (patch)
tree104cd2165e98e6d2cda7bbe245a7cc9dc8eae5b3 /static
parent7d9343546c68fc48f18de153374cd326fb0de682 (diff)
downloadcarpentertutoring-master.tar.xz
carpentertutoring-master.zip
feat: collapsible nav menuHEADmaster
Diffstat (limited to 'static')
-rw-r--r--static/desktop.css8
1 files changed, 8 insertions, 0 deletions
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;
}