From 5b727eceaa0f125f018b83d40673b47e5c65671d Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 27 Aug 2023 08:09:15 +0100 Subject: increase content width to 80ch --- apioforum/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apioforum/static/style.css b/apioforum/static/style.css index c9c127d..3d6ec22 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -293,7 +293,7 @@ nav#pages .pageno { align-self: center; } } main { - max-width: 60ch; + max-width: 80ch; margin: auto; } -- cgit v1.2.3