Skip to content

Commit

Permalink
remove top margin from h4 in big footer
Browse files Browse the repository at this point in the history
  • Loading branch information
madmanlear authored and rogeruiz committed May 23, 2016
1 parent 648d93b commit 42c1960
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stylesheets/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ li.usa-footer-primary-content {
}
}

h4 {
margin-top: 0;
}

&.hidden {
padding-bottom: 0;

Expand Down

0 comments on commit 42c1960

Please sign in to comment.