figbert.com-website

[ACTIVE] the website and home of figbert on the clearnet
git clone git://git.figbert.com/figbert.com-website.git
Log | Files | Refs | README | LICENSE

commit 132be078a2a1a052f81f82eadf87fcf23654579a
parent 532a06cd1f52e6926c267ab077014400f6ea9863
Author: FIGBERT <figbert@figbert.com>
Date:   Mon, 17 Aug 2020 21:53:26 -0700

:lipstick: Add 3rem of padding to bottom of body

Diffstat:
Mstatic/global.css | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/static/global.css b/static/global.css @@ -21,6 +21,7 @@ body { max-width: 40rem; padding-left: 3rem; padding-right: 3rem; + padding-bottom: 3rem; } nav {