From d285314a28e695d5a5b364fc6372a56c405490d4 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Wed, 21 Feb 2024 01:00:03 -0500 Subject: [PATCH] hotfix: define font size for more consistent look --- app/static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/static/styles.css b/app/static/styles.css index 116e255..0048fb2 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -10,6 +10,7 @@ h1 { margin-top: 15px; margin-bottom: 25px; color: #f2f2f2; + font-size: 2em; } .scoreboard {