From 64c2f29672046d4d5fd05e721f6dec2a4e995397 Mon Sep 17 00:00:00 2001 From: cassowarii <2374677+cassowarii@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:11:06 -0700 Subject: [PATCH] body doesn't need to be quite so wide --- static/gitweb-site.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/gitweb-site.css b/static/gitweb-site.css index 810d154..c6725e7 100644 --- a/static/gitweb-site.css +++ b/static/gitweb-site.css @@ -14,6 +14,8 @@ html { body { border: 1px solid var(--tasteful-olive-1); + max-width: 1024px; + margin: 10px auto; } a, -- 1.8.3.1