Use a floating menu on the right side of the page

This commit is contained in:
Quentin 2020-04-05 10:53:38 +02:00
parent 59d6605a0f
commit f3ea5086ed
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}