From 27cc5fab3fbc08199bb3e5aa7a3219151480a583 Mon Sep 17 00:00:00 2001 From: dmcdowell Date: Tue, 27 Jun 2023 08:31:07 -0600 Subject: [PATCH] Updated table size to be smaller --- htdocs/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/styles.css b/htdocs/styles.css index 75d37bf..c9bbf8c 100644 --- a/htdocs/styles.css +++ b/htdocs/styles.css @@ -30,7 +30,7 @@ footer{ margin-top: 40px; } table{ - font-size: 25px; + font-size: 20px; border-collapse: collapse; } input[type="text"] {