summaryrefslogtreecommitdiff
path: root/templates/styles.css
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-04-12 15:48:11 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-04-12 15:48:11 -0400
commitea79c3b871dbb37ef6c246205d1938fc09ade95f (patch)
tree8242fe132acca1fdeff0da1bf47441c5f6c364d8 /templates/styles.css
parent576fd3912c6a38ffc156c666874431a78faf9476 (diff)
downloadcarpentertutoring-ea79c3b871dbb37ef6c246205d1938fc09ade95f.tar.xz
carpentertutoring-ea79c3b871dbb37ef6c246205d1938fc09ade95f.zip
Revert "feat: collapsible nav menu"
This reverts commit 576fd3912c6a38ffc156c666874431a78faf9476.
Diffstat (limited to 'templates/styles.css')
-rw-r--r--templates/styles.css21
1 files changed, 2 insertions, 19 deletions
diff --git a/templates/styles.css b/templates/styles.css
index 63cef43..2a83280 100644
--- a/templates/styles.css
+++ b/templates/styles.css
@@ -34,16 +34,8 @@ body {
nav {
display: flex;
- flex-direction: row-reverse;
background-color: white;
-}
-
-nav div {
- display: flex;
- flex-direction: row;
- overflow: hidden;
- flex-wrap: wrap;
- height: 3em;
+ flex-direction: column-reverse;
}
nav img {
@@ -61,16 +53,7 @@ nav a {
nav a:hover {
color: var(--darkteal);
-}
-
-a#menu-toggle {
- cursor: pointer;
-}
-
-nav div.menu-open {
- height: auto;
- flex-wrap: off;
- flex-direction: column;
+ background-color: lightgray;
}
div.buttons {