From 23ca1a46092740912678faf20c3996df52c833c0 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Sun, 5 May 2019 21:19:32 +0000 Subject: [PATCH] Slightly wider, to give the justified text more room to normalize --- include/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/style.css b/include/style.css index aae98f7..bae81be 100644 --- a/include/style.css +++ b/include/style.css @@ -2,7 +2,7 @@ body { font-family: monospace, Courier; font-size: 16px; - max-width: 700px; + max-width: 750px; padding-left: 2ch; padding-right: 3ch;