From 813b9ca079a43d08b1e8961850e10e926f9ae67d Mon Sep 17 00:00:00 2001 From: Zack Stickles Date: Mon, 9 May 2022 16:27:13 -0700 Subject: [PATCH] fix: Remove excess space above footer on mobile --- src/pages/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 11b9a31a..037fbdd4 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -305,6 +305,7 @@ const QuickstartsPage = ({ data, location }) => { grid-template-columns: minmax(0, 1fr); grid-template-areas: 'main'; grid-template-rows: unset; + padding-bottom: 20px; } `} >