Skip to content

Commit

Permalink
Merge pull request #2025 from cfpb/ans_footer_margin
Browse files Browse the repository at this point in the history
Merge footer into main content styles
  • Loading branch information
anselmbradford authored Aug 21, 2024
2 parents f01daeb + fac40df commit 937eb59
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
15 changes: 0 additions & 15 deletions docs/assets/css/footer.scss

This file was deleted.

13 changes: 12 additions & 1 deletion docs/assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

// Custom modules.
@use 'sidebar' as *;
@use 'footer' as *;
@use 'skip-nav' as *;
@use 'global-eyebrow' as *;
@use 'layout' as *;
Expand Down Expand Up @@ -121,6 +120,18 @@ main {
}
}

.ds-footer {
padding-bottom: 30px;

&__content {
max-width: 41.875rem;
}

a {
border-bottom-width: 1px;
}
}

// Mobile only.
@include respond-to-max($bp-xs-max) {
main {
Expand Down

0 comments on commit 937eb59

Please sign in to comment.