From b4ad4741bba4a2a5720691b4057c21dc1e263c3f Mon Sep 17 00:00:00 2001 From: Max Value Date: Fri, 30 May 2025 14:26:17 +0100 Subject: [PATCH] Stylesheet change Made page 60 chars wide --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 66700c0..9c07078 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ body { margin: 20px; } main { - width: min(720px, 100%); + width: min(60em, 100%); margin: auto; } table { -- 2.39.2