From bc8b57c001c05f20579b0fdd6c75e26ee6255ffc Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 10 Jul 2020 09:38:46 -0400 Subject: Serve stylesheet separately, with caching --- default.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'default.css') diff --git a/default.css b/default.css index 7465c01..edd2af3 100644 --- a/default.css +++ b/default.css @@ -1,3 +1,8 @@ html { font-family: monospace; } + +body { + max-width: 130ch; + margin: auto; +} -- cgit 1.4.1