From 907b3bf1a4134509e953c75c7cb9fbe0008caa74 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Sat, 18 Nov 2023 21:38:49 -0600 Subject: [PATCH] max width! --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 3d1e580..5797991 100644 --- a/static/style.css +++ b/static/style.css @@ -122,6 +122,7 @@ hr { border: 2px white solid; margin: 20px auto; width: 95%; + max-width: 800px; }