From 8068eb585b171b986b605e7bb9251d52795f4ea7 Mon Sep 17 00:00:00 2001 From: yimingzhaomath Date: Sun, 20 May 2018 19:54:42 -0400 Subject: [PATCH] increase body padding --- _sass/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_base.scss b/_sass/_base.scss index 24b8e9fe452ea..ef4015efa1e00 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -10,7 +10,7 @@ html { body { margin: 0; padding: 0; - padding-bottom: 7em; + padding-bottom: 9em; color: $text-color; font-family: $global-font-family; line-height: 1.5;