From 0c52898010d2044ba577c576b767fe2ee8c06a57 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Thu, 11 May 2023 20:43:57 -0400 Subject: [PATCH] Add spacing to compensate for links under button --- .../shared/components/global-footer/global-footer.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/shared/components/global-footer/global-footer.component.scss b/frontend/src/app/shared/components/global-footer/global-footer.component.scss index 134029156..defbe937e 100644 --- a/frontend/src/app/shared/components/global-footer/global-footer.component.scss +++ b/frontend/src/app/shared/components/global-footer/global-footer.component.scss @@ -40,6 +40,7 @@ footer .row.main .branding .cta-secondary { footer .row.main .links.outer { padding-left: 24px; + padding-top: 10px; } footer .row.main .links > div:first-child {