From f3d5e2cf50872080ac6805be818d449c13d98810 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 19 Mar 2024 15:44:59 -0500 Subject: [PATCH] chg: Do not force the use of big fonts --- resources/static/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/static/styles.css b/resources/static/styles.css index 74e63bb..8f021e7 100644 --- a/resources/static/styles.css +++ b/resources/static/styles.css @@ -12,7 +12,6 @@ * { font-family: Montserrat; - font-size: 20px; } .container { @@ -129,4 +128,4 @@ dialog form { .pure-table caption { padding-top: 0px; } -} \ No newline at end of file +}