Commit be23aa47 by Ned Batchelder

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

parent 62680bf7
...@@ -132,11 +132,7 @@ ...@@ -132,11 +132,7 @@
display: inline-block; display: inline-block;
font-size: em(11); font-size: em(11);
} &:not(:first-child) a:before {
.nav-legal-02 a {
&:before {
margin-right: ($baseline/4); margin-right: ($baseline/4);
content: "-"; content: "-";
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment