From 3f46094251f5f7ed7cad8d53c00731629ce35fc6 Mon Sep 17 00:00:00 2001 From: MarshDeer Date: Fri, 30 Aug 2024 16:24:01 -0400 Subject: [PATCH] Made the preferences page look less silly on big screens Used 80ch width vaguely in accordance with WCAG21 success criterion 1.4.8 --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index c650316..52046f9 100644 --- a/static/style.css +++ b/static/style.css @@ -58,7 +58,7 @@ main { flex-direction: column; overflow-y: auto; width: calc(100% - 4ch); - max-width: 1500px; + max-width: 80ch; padding: 0 2ch; margin: 0 auto; }