commit 6bc54c4dddaea1d17e2b1004efe17aca74c7dead parent 6b5a9b50bb3d911a3ea1d9763fbb02b32d41fd1c Author: Jake Bauer <jbauer@paritybit.ca> Date: Sat, 13 Feb 2021 06:05:48 -0500 Add 72ch max-width CSS Diffstat:
M | http/style/main.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/http/style/main.css b/http/style/main.css @@ -25,6 +25,7 @@ body { font-family: sans-serif; line-height: var(--line-height); max-width: 50%; + max-width: 72ch; margin: 0 auto; padding: 0.5em 0 3em 0; }