diff options
Diffstat (limited to 'static/desktop.css')
-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; } |