Fix the hyphen separators in the footer so they separate all the items

This commit is contained in:
Ned Batchelder
2017-06-19 10:50:31 -04:00
parent 62680bf7c6
commit be23aa47ed

View File

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