From: Ben Harris Date: Sun, 10 Oct 2021 19:41:03 +0000 (+0100) Subject: Set a maximum width on the body of the Web page X-Git-Tag: bedstead-002.003~17 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=413736787cf133d5723cf13107f8abd6c00e663d;p=bedstead.git Set a maximum width on the body of the Web page This stops the lines of text becoming excessively long. --- 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. */