From e00db168087b9cf72edcbba7f5ef1fe193098098 Mon Sep 17 00:00:00 2001 From: Jason Nakai <106776019+jasnakai@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:40:50 +0000 Subject: [PATCH] Updated footer to match 18F website. FIxed header weight and padding issues for the updated footer. --- _includes/footer.html | 100 ++++++++++++++++-- _includes/usa_identifier.html | 2 +- .../styles/base/uswds-theme-settings.scss | 2 +- 3 files changed, 91 insertions(+), 13 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 79f1bedae..e819d2b8f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,15 +1,93 @@ - \ No newline at end of file diff --git a/_includes/usa_identifier.html b/_includes/usa_identifier.html index 0174ebb1b..33bc36c79 100644 --- a/_includes/usa_identifier.html +++ b/_includes/usa_identifier.html @@ -1,4 +1,4 @@ -
+
diff --git a/assets/common/styles/base/uswds-theme-settings.scss b/assets/common/styles/base/uswds-theme-settings.scss index cbce62106..8dadd0352 100644 --- a/assets/common/styles/base/uswds-theme-settings.scss +++ b/assets/common/styles/base/uswds-theme-settings.scss @@ -34,7 +34,7 @@ $theme-type-scale-md: 7, $theme-type-scale-xl: 11, - $theme-font-weight-medium: 100, + $theme-font-weight-medium: 500, $theme-body-font-size: 'lg', $theme-h1-font-size: '3xl',