]> git.cworth.org Git - zombocom-ai/commitdiff
Shrink the font size a bit for the word prompts
authorCarl Worth <cworth@cworth.org>
Thu, 22 Dec 2022 03:48:10 +0000 (19:48 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 22 Dec 2022 03:54:34 +0000 (19:54 -0800)
The long words weren't fully fitting on some phones I tested on.

tardis.html

index 72a9d7d9e782fabd4b9baef9b7ebd8bdcbd53ea1..250ec3d211f880390ed28abfbd124e6080efd095 100644 (file)
@@ -52,7 +52,7 @@
     }
     #word {
        text-align: center;
-       font-size: 500%;
+       font-size: 400%;
        font-weight: bold;
     }
     #interface {