commit b1d22eee7129bf892b466c5f05cefa7b82fc3f67 parent efc6c5bbb2f0daeb435aea13073a5f287699c494 Author: FIGBERT <figbert@figbert.com> Date: Tue, 19 Dec 2023 17:20:41 -0800 Cap width of <body> at 72 characters Diffstat:
M | static/global.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/static/global.css b/static/global.css @@ -6,6 +6,7 @@ body { width: 75%; + max-width: 72ch; margin: 2rem auto 2rem auto; }