From f3ea5086ed730e761259b3e593fe3a32379bfc95 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Sun, 5 Apr 2020 10:53:38 +0200 Subject: [PATCH] Use a floating menu on the right side of the page --- src/css/main.css | 5 +++++ 1 file changed, 5 insertions(+) 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; }