Fix extra margin on footer links

This commit is contained in:
Shadowfacts 2019-02-16 14:45:40 -05:00
parent 7ca373b020
commit c25ecdc5b1
Signed by untrusted user: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 4 additions and 1 deletions

View File

@ -337,9 +337,12 @@ figure {
li {
list-style: none;
display: inline;
margin-right: 1em;
font-variant: small-caps;
font-weight: bold;
&:not(:last-child) {
margin-right: 1em;
}
}
}