From: Carl Worth Date: Thu, 22 Dec 2022 03:48:10 +0000 (-0800) Subject: Shrink the font size a bit for the word prompts X-Git-Url: https://git.cworth.org/git?p=zombocom-ai;a=commitdiff_plain;h=f31f24404a8a722d54689e56defe4d0a33a5207b Shrink the font size a bit for the word prompts The long words weren't fully fitting on some phones I tested on. --- 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 {