From b2b18250412af9ce04a45a015e7952dc84b8016c Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 5 Nov 2023 10:27:04 +0200 Subject: templates: add missing title to repo page --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index cfffb82..67b8e26 100644 --- a/static/style.css +++ b/static/style.css @@ -34,7 +34,7 @@ pre { } body { - max-width: 750px; + max-width: 1000px; padding: 0 13px; margin: 40px auto; } -- cgit