forked from shadowfacts/shadowfacts.net
Fix extra margin on footer links
This commit is contained in:
parent
7ca373b020
commit
c25ecdc5b1
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue