From: Carl Worth Date: Sat, 6 Jun 2020 18:55:09 +0000 (-0700) Subject: style: Force some padding at the bottom of the page. X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=dc30408e928cdd6276402d6fb4faa39d81e5eabe style: Force some padding at the bottom of the page. Otherwise the content can run right into the page bottom which looks quite terrible. --- 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; }