From 7e405f4c5a4f0070fb08e2ab5b94a65b867d37b5 Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Wed, 6 May 2020 17:58:39 -0700 Subject: [PATCH] Adds a border to the top of the footer for visual spacing --- website/components/footer/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/components/footer/style.css b/website/components/footer/style.css index bd11930e6..7d7263289 100644 --- a/website/components/footer/style.css +++ b/website/components/footer/style.css @@ -2,6 +2,7 @@ padding: 25px 0 17px 0; flex-shrink: 0; display: flex; + border-top: 1px solid var(--gray-6); & .g-container { display: flex;