From 8f27817f666a3a04108146ac694bb9b9b9b9aa21 Mon Sep 17 00:00:00 2001 From: Zack Stickles Date: Fri, 8 May 2020 14:42:10 -0700 Subject: [PATCH] fix: better spacing of footer links on tablet --- src/components/Footer.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Footer.scss b/src/components/Footer.scss index 13c2184f3..7672126fd 100644 --- a/src/components/Footer.scss +++ b/src/components/Footer.scss @@ -27,6 +27,7 @@ .Footer-logo { width: 195px; + min-width: 195px; height: 45px; display: inline-block; background-image: url('../images/developers-logo-footer.svg'); @@ -51,11 +52,16 @@ margin: 0; padding: 0; + li { + text-align: center; + } + a { color: var(--footer-text-color); text-decoration: none; font-size: 0.9rem; padding: 0.5rem 0 0.5rem 1rem; + display: inline-block; } a:hover {