aboutsummaryrefslogtreecommitdiff
path: root/src/css/main.css
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-04-05 10:53:38 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-04-05 10:53:38 +0200
commitf3ea5086ed730e761259b3e593fe3a32379bfc95 (patch)
tree637c9abb56175f37b92d1b2c012acbe05f5bb0d7 /src/css/main.css
parent59d6605a0f3aa1f78f27d17e688d5b44102c6ddc (diff)
downloadsite-f3ea5086ed730e761259b3e593fe3a32379bfc95.tar.gz
site-f3ea5086ed730e761259b3e593fe3a32379bfc95.zip
Use a floating menu on the right side of the page
Diffstat (limited to 'src/css/main.css')
-rw-r--r--src/css/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/css/main.css b/src/css/main.css
index 2ba7418..37e3b4d 100644
--- a/src/css/main.css
+++ b/src/css/main.css
@@ -7,6 +7,7 @@
margin: 0;
padding: 0;
}
+
body {
margin-bottom: 42px;
}
@@ -46,6 +47,10 @@ li {
padding-bottom: 4px;
}
+nav {
+ float: right;
+}
+
.spacing {
margin-top: 1em;
}