From 422bafb12ca42362f31e8043961100d6ae7c6de5 Mon Sep 17 00:00:00 2001 From: Ximena Kilroe Date: Mon, 30 Dec 2024 11:21:55 -0500 Subject: [PATCH 1/2] Footer spacing --- _data/assetPaths.json | 7 +++---- _includes/footer.html | 6 ++---- styles/tts-custom-styles.scss | 6 ++++++ 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/_data/assetPaths.json b/_data/assetPaths.json index d80674a..99a5815 100644 --- a/_data/assetPaths.json +++ b/_data/assetPaths.json @@ -7,7 +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", - "uswds.js": "/assets/js/uswds-init.js", - "styles.css": "/assets/styles/styles-VHE4JBMV.css", - "styles.map": "/assets/styles/styles-VHE4JBMV.css.map" -} + "styles.css": "/assets/styles/styles-VXYATQMF.css", + "styles.map": "/assets/styles/styles-VXYATQMF.css.map" +} \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 068ebc2..02cb798 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -115,10 +115,8 @@ aria-label="U.S. government information and services," >
-
- Looking for U.S. government information and services? -
- Visit USA.gov +
Looking for U.S. government information and services?
+ Visit USA.gov
diff --git a/styles/tts-custom-styles.scss b/styles/tts-custom-styles.scss index 0ec7f1c..293b38e 100644 --- a/styles/tts-custom-styles.scss +++ b/styles/tts-custom-styles.scss @@ -85,6 +85,12 @@ footer { a:hover { text-decoration: underline; } + + + div { + .usa-identifier__usagov-description + a { + margin-left: 8px; + } + } } .usa-social-link img { From 8b98df43cf6d0e07609d16a1b74d03ede4190273 Mon Sep 17 00:00:00 2001 From: Wesley Dean Date: Mon, 30 Dec 2024 16:44:44 +0000 Subject: [PATCH 2/2] [MegaLinter] Apply linters fixes --- _data/assetPaths.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/assetPaths.json b/_data/assetPaths.json index 99a5815..e941c06 100644 --- a/_data/assetPaths.json +++ b/_data/assetPaths.json @@ -9,4 +9,4 @@ "subnav.map": "/assets/js/subnav-3QHQ2EX4.js.map", "styles.css": "/assets/styles/styles-VXYATQMF.css", "styles.map": "/assets/styles/styles-VXYATQMF.css.map" -} \ No newline at end of file +}