From 23850fd8d83b26d77494fea1c45d05e94c88b115 Mon Sep 17 00:00:00 2001 From: snmln Date: Fri, 20 Dec 2024 15:17:12 -0500 Subject: [PATCH] corrcting layout, line-height, and coloring issues --- .../components/common/page-footer/index.tsx | 101 +++++++++--------- .../components/common/page-footer/styles.scss | 3 + 2 files changed, 53 insertions(+), 51 deletions(-) diff --git a/app/scripts/components/common/page-footer/index.tsx b/app/scripts/components/common/page-footer/index.tsx index eb7503fbe..f23abf10e 100644 --- a/app/scripts/components/common/page-footer/index.tsx +++ b/app/scripts/components/common/page-footer/index.tsx @@ -85,58 +85,57 @@ export default function PageFooter({ [mainNavItems] ); return ( - <> - -
- -
-
- -
+ +
+ +
+
+
- } - secondary={ - + } + secondary={ + + } + /> ); } diff --git a/app/scripts/components/common/page-footer/styles.scss b/app/scripts/components/common/page-footer/styles.scss index 8669d48b7..aa135a23c 100644 --- a/app/scripts/components/common/page-footer/styles.scss +++ b/app/scripts/components/common/page-footer/styles.scss @@ -41,3 +41,6 @@ address { font-size: themeVars.$veda-uswds-fontsize-sm; text-underline-offset: themeVars.$veda-uswds-spacing-5; } +.usa-footer__contact-info { + line-height: unset; +}