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; +}