From ebe97a10e114f9a8db2f8184fa2f13981a8d5911 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Thu, 22 Feb 2024 00:24:41 -0500 Subject: Narrower columns for readability with Baskerville --- static/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/site.css b/static/site.css index 1898c3e..b833273 100644 --- a/static/site.css +++ b/static/site.css @@ -1,5 +1,5 @@ body { - max-width: 40em; + max-width: 35em; margin-left: auto; margin-right: auto; font-family: Baskerville, serif; -- cgit v1.2.3