From faea207adbe7d5afea722c9cfaf8d6f42d75f1b7 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 23 Nov 2025 21:32:25 -0600 Subject: widen site max-width to 50em --- theme/static/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/static/styles.css b/theme/static/styles.css index 67488b7..26bf1d6 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -14,7 +14,7 @@ body { font-size: 0.85rem; line-height: 1.4; margin: 0 auto; - max-width: 45em; + max-width: 50em; padding: 1.5rem; } @@ -332,4 +332,4 @@ footer { --link: #67C0FF; --code: #FF6C6B; } -} \ No newline at end of file +} -- cgit v1.2.3