From 2fb22bc24f246c082bed0aca7cbee284fe26d71a Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 17 Jan 2025 15:49:32 -0500 Subject: Set proper max width --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/style.css') diff --git a/public/style.css b/public/style.css index 4d8fd13..53a4b46 100644 --- a/public/style.css +++ b/public/style.css @@ -17,7 +17,7 @@ body { background-color: #f9f9f9; color: #333; font-size: 100%; - max-width: 85%; + max-width: 920px; margin: 1rem auto; padding: 0; } -- cgit v1.2.3-70-g09d2