From ae307ba7a2cc9e96cd779a0023d1b99ba5c10a2b 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 bd11930e6c..7d72632890 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;