Skip to content

Commit

Permalink
Merge pull request #725 from GSA-TTS/hotfix/tts-footer
Browse files Browse the repository at this point in the history
Hotfix/tts-footer
  • Loading branch information
ximekilgsa authored Dec 30, 2024
2 parents 07cb82b + 8b98df4 commit 6a7e9d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _data/assetPaths.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"positions.map": "/assets/js/positions-JSZISVTK.js.map",
"subnav.js": "/assets/js/subnav-3QHQ2EX4.js",
"subnav.map": "/assets/js/subnav-3QHQ2EX4.js.map",
"styles.css": "/assets/styles/styles-SNXNXD2W.css",
"styles.map": "/assets/styles/styles-SNXNXD2W.css.map"
"styles.css": "/assets/styles/styles-VXYATQMF.css",
"styles.map": "/assets/styles/styles-VXYATQMF.css.map"
}
6 changes: 2 additions & 4 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,8 @@
aria-label="U.S. government information and services,"
>
<div class="usa-identifier__container">
<div class="usa-identifier__usagov-description">
Looking for U.S. government information and services?
</div>
<a href="https://www.usa.gov/" class="usa-link"> Visit USA.gov</a>
<div class="usa-identifier__usagov-description">Looking for U.S. government information and services?</div>
<a href="https://www.usa.gov/" class="usa-link">Visit USA.gov</a>
</div>
</section>
</div>
6 changes: 6 additions & 0 deletions styles/tts-custom-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ footer {
a:hover {
text-decoration: underline;
}

+ div {
.usa-identifier__usagov-description + a {
margin-left: 8px;
}
}
}

.usa-social-link img {
Expand Down

0 comments on commit 6a7e9d4

Please sign in to comment.