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:
M | static/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 {