From 6e1c753114bc18fad84fe2e1320670b07fc8537d Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Thu, 17 Jan 2019 12:00:54 -0500 Subject: [PATCH] Add margin to the bottom so the footer doesn't cover content at bottom of page --- styles/components/_global_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/components/_global_layout.scss b/styles/components/_global_layout.scss index 1394d789..e9536579 100644 --- a/styles/components/_global_layout.scss +++ b/styles/components/_global_layout.scss @@ -14,6 +14,7 @@ display: flex; flex-wrap: nowrap; flex-grow: 1; + margin-bottom: 50px; .global-navigation { margin-top: -1px;