From db763223c6bd9a7f00ddadd2e1ed9f8d529574f1 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 13 Nov 2023 18:42:03 -0500 Subject: [PATCH] Fix table resizing shenanigans --- www/public/main.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/public/main.css b/www/public/main.css index 58ef2b4..e97fdc8 100644 --- a/www/public/main.css +++ b/www/public/main.css @@ -87,7 +87,7 @@ html, body { } table { - margin: 0 auto; + margin: 10; color: aqua !important; } @@ -95,4 +95,8 @@ table, th, td { border: 1px solid; border-collapse: collapse; padding: 3px; +} + +th, td { + width: 50%; } \ No newline at end of file