From dc30408e928cdd6276402d6fb4faa39d81e5eabe Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 6 Jun 2020 11:55:09 -0700 Subject: [PATCH] style: Force some padding at the bottom of the page. Otherwise the content can run right into the page bottom which looks quite terrible. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 98bc907..91cee83 100644 --- a/style.css +++ b/style.css @@ -119,7 +119,7 @@ body { margin-left: auto; margin-right: auto; padding-top: 0; - padding-bottom: 0; + padding-bottom: 2em; padding-left: 1em; padding-right: 1em; } -- 2.43.0