From b0603f62b4965ec17c6bb093e80ea6aa83d94484 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 18 Mar 2024 02:07:46 -0500 Subject: [PATCH] chg: Make the table a little wide --- resources/static/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/static/styles.css b/resources/static/styles.css index 73c4a14..864c52e 100644 --- a/resources/static/styles.css +++ b/resources/static/styles.css @@ -16,7 +16,7 @@ } .container { - max-width: 950px; + max-width: 1200px; margin: 20px auto auto; }