From f31f24404a8a722d54689e56defe4d0a33a5207b Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 21 Dec 2022 19:48:10 -0800 Subject: [PATCH] Shrink the font size a bit for the word prompts The long words weren't fully fitting on some phones I tested on. --- tardis.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tardis.html b/tardis.html index 72a9d7d..250ec3d 100644 --- a/tardis.html +++ b/tardis.html @@ -52,7 +52,7 @@ } #word { text-align: center; - font-size: 500%; + font-size: 400%; font-weight: bold; } #interface { -- 2.43.0