From 38c82dba6d3d8edfd7cf7e42319a0a23490ed8e6 Mon Sep 17 00:00:00 2001 From: neri Date: Tue, 14 Jan 2020 21:28:32 +0100 Subject: [PATCH] remove excess padding-bottom from body --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 44bd404..c36ef66 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -15,7 +15,7 @@ html { body { position: relative; margin: 0; - padding-bottom: 6rem; + padding-bottom: 3rem; min-height: 100%; font-family: "Source Sans Pro", sans; }