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:
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;