diff options
Diffstat (limited to 'templates/styles.css')
-rw-r--r-- | templates/styles.css | 21 |
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 { |