Skip to content

Commit

Permalink
Assure all footer styles get footer font face
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisdano committed Dec 6, 2019
1 parent 5c972f3 commit f615968
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/stylesheets/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,8 @@
}

.usa-footer__logo-heading {
@include h3;
@include typeset($theme-footer-font-family, $theme-h3-font-size, 1);
@include u-margin-y(1);
line-height: line-height("heading", 1);
}

.usa-footer__contact-links {
Expand All @@ -166,7 +165,11 @@
}

.usa-footer__contact-heading {
@include h3;
@include typeset(
$theme-footer-font-family,
$theme-h3-font-size,
$theme-heading-line-height
);
margin-top: 0;

@include at-media("mobile-lg") {
Expand Down

0 comments on commit f615968

Please sign in to comment.