From 8178e3c3035eebfbef47fe4effa79359bd44b9f0 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 22 Jun 2022 12:27:55 +0530 Subject: style.css: Center and limit body width. Center and limit width of body to avoid having to scan long distances from left to right. --- style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 7168d71..71fdeac 100644 --- a/style.css +++ b/style.css @@ -8,6 +8,8 @@ body { font-family: Palatino, 'Palatino Linotype', serif; color: black; font-size: large; + max-width: 1000px; + margin: 0 auto; } pre { -- cgit v1.2.3