From 28f4c0305e134151d73719288ac298497d19912d Mon Sep 17 00:00:00 2001 From: sneak Date: Tue, 10 Feb 2026 04:42:45 -0800 Subject: [PATCH] set body width to 90% --- themes/loravega/static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/loravega/static/css/style.css b/themes/loravega/static/css/style.css index 5a3a7be..f1ab4e6 100644 --- a/themes/loravega/static/css/style.css +++ b/themes/loravega/static/css/style.css @@ -14,6 +14,8 @@ body { color: var(--fg); line-height: 1.6; padding: 2rem 1rem; + max-width: 90%; + margin: 0 auto; } h1 {