Fix the underline on footer items

This commit is contained in:
Ned Batchelder
2019-05-23 15:16:02 -04:00
parent a3baaf8336
commit c60eee03aa

View File

@@ -138,7 +138,7 @@
display: inline-block;
font-size: em(11);
&:not(:first-child) a::before {
&:not(:first-child)::before {
margin-right: ($baseline/4);
content: "-";
}