From e808fc1aaac84f8a48599a1f0f4dc72cedbcf488 Mon Sep 17 00:00:00 2001 From: sneak Date: Tue, 10 Feb 2026 03:54:13 -0800 Subject: [PATCH] remove width limit on body --- themes/loravega/static/css/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/themes/loravega/static/css/style.css b/themes/loravega/static/css/style.css index 2907162..5a3a7be 100644 --- a/themes/loravega/static/css/style.css +++ b/themes/loravega/static/css/style.css @@ -14,8 +14,6 @@ body { color: var(--fg); line-height: 1.6; padding: 2rem 1rem; - max-width: var(--max-w); - margin: 0 auto; } h1 {