summaryrefslogtreecommitdiff
path: root/templates/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'templates/styles.css')
-rw-r--r--templates/styles.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/styles.css b/templates/styles.css
index 2a83280..c18d25c 100644
--- a/templates/styles.css
+++ b/templates/styles.css
@@ -34,8 +34,9 @@ body {
nav {
display: flex;
+ flex-wrap: wrap;
background-color: white;
- flex-direction: column-reverse;
+ position: fixed;
}
nav img {