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 cfd19f812c6e553b872206011e2ce0a12a3334ec
parent 73f2332e2efa292b00fe11bfc88efdad553e43a5
Author: FIGBERT <figbert@figbert.com>
Date:   Sat, 29 Aug 2020 13:45:02 -0700

:lipstick: Increase max-width of body

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

diff --git a/static/global.css b/static/global.css @@ -19,7 +19,7 @@ body { margin-left: auto; margin-right: auto; line-height: 200%; - max-width: 40rem; + max-width: 42rem; padding-left: 3rem; padding-right: 3rem; padding-bottom: 3rem;