From 413736787cf133d5723cf13107f8abd6c00e663d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sun, 10 Oct 2021 20:41:03 +0100 Subject: [PATCH] Set a maximum width on the body of the Web page This stops the lines of text becoming excessively long. --- bedstead.css | 1 + 1 file changed, 1 insertion(+) diff --git a/bedstead.css b/bedstead.css index 77d2165..89df7ce 100644 --- a/bedstead.css +++ b/bedstead.css @@ -10,6 +10,7 @@ body { font-feature-settings: "palt"; font-synthesis: none; margin-left: 24px; + max-width: 60em; } /* Except where it's conventional to use a monospaced version. */ -- 2.30.2