Skip to content

Commit

Permalink
Merge pull request #538 from GSA/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
arnayv-47 authored Feb 5, 2025
2 parents fc2d91f + 19fdc74 commit 559a16b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,21 @@ $cdoc-blue-50: #2378c3;

}

@media screen and (max-width: 640px) {
.usa-footer__primary-content--collapsible {
border-top: none !important;
margin-top: 0 !important;
padding-top: 0 !important;
}

.usa-footer__nav {
border-bottom: none !important;
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}

}

@media screen and (min-width: 640px) {
.tablet\:width-1\/3 {
width: 33%;
Expand Down

0 comments on commit 559a16b

Please sign in to comment.