From f394b29183fcf23d6c51d941708561df5a914db1 Mon Sep 17 00:00:00 2001 From: paplio Date: Sun, 10 Nov 2019 17:01:03 +0530 Subject: [PATCH] Changed relative font style for numbers to make large amounts of text more readable. --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index ff39cca..5ded816 100644 --- a/styles.css +++ b/styles.css @@ -165,7 +165,7 @@ input::-webkit-input-placeholder { color: #aaa; content: counter(num-chars); display: block; - font-size: 1.5vw; + font-size: 0.15ch; text-align: center; user-select: none; }