Skip to content

Commit

Permalink
Merge pull request #8575 from cfpb/ans_fix_footer_links
Browse files Browse the repository at this point in the history
Bugfix: Footer missing margin clearing at mobile
  • Loading branch information
anselmbradford committed Sep 12, 2024
2 parents 70442e8 + 7f097ed commit 6353810
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cfgov/unprocessed/css/organisms/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@
}
}

// Mobile only.
@include respond-to-max($bp-xs-max) {
// This is essentially .m-list--links.
&__nav-list .m-list__item,
&__list .m-list__item {
margin-bottom: 0;
}
}

&__pre {
position: relative;
margin-bottom: math.div(45px, $base-font-size-px) + em;
Expand Down

0 comments on commit 6353810

Please sign in to comment.