forked from Deuxfleurs/site
Use a floating menu on the right side of the page
This commit is contained in:
parent
59d6605a0f
commit
f3ea5086ed
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue