From a64f76d7cc2ff52d5b12255e1fe55bc7411ad81f Mon Sep 17 00:00:00 2001 From: Florrie Date: Wed, 14 Nov 2018 16:45:15 -0400 Subject: Make page width smaller This should help make it easier to read content in general. It might still need some tweaking; we'll see. --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index d5cdf7e..5d629e2 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,9 @@ +body { + max-width: 20cm; + margin-left: auto; + margin-right: auto; +} + li { margin-top: 4px; margin-bottom: 4px; -- cgit 1.3.0-6-gf8a5