diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-03-24 23:22:09 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-03-24 23:22:09 -0400 |
commit | 576fd3912c6a38ffc156c666874431a78faf9476 (patch) | |
tree | 104cd2165e98e6d2cda7bbe245a7cc9dc8eae5b3 /static | |
parent | 7d9343546c68fc48f18de153374cd326fb0de682 (diff) | |
download | carpentertutoring-576fd3912c6a38ffc156c666874431a78faf9476.tar.xz carpentertutoring-576fd3912c6a38ffc156c666874431a78faf9476.zip |
Diffstat (limited to 'static')
-rw-r--r-- | static/desktop.css | 8 |
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; } |