From 37fd8a33da5d7e7d35abacb6f466f81c53c9bc17 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Fri, 19 Jun 2020 15:00:30 -0700 Subject: [PATCH] chore: Double the space between the footer and the content --- src/components/Layout.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout.module.scss b/src/components/Layout.module.scss index c75962d12..eea0c1f8d 100644 --- a/src/components/Layout.module.scss +++ b/src/components/Layout.module.scss @@ -38,7 +38,7 @@ .footer { border-top: 1px solid var(--color-neutrals-100); padding-top: 2rem; - margin-top: 2rem; + margin-top: 4rem; } .hideOnDesktop {