From 873cb441f7bee85dcf9ff91a6939b4cbaf4e3a2b Mon Sep 17 00:00:00 2001 From: Franklin <93784+fvdm@users.noreply.github.com> Date: Fri, 30 Aug 2019 00:20:09 +0200 Subject: [PATCH] Style: Monospaced digits Less jumpy digits on the speed indicator --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index c248c6e..2bbf662 100644 --- a/index.html +++ b/index.html @@ -50,6 +50,7 @@ } #result { font-size: 1.5rem; + font-variant-numeric: tabular-nums; } #resultDone { font-size: 2rem;