From 6a0a6bb720671def237514754591cb0262278e87 Mon Sep 17 00:00:00 2001 From: Frank Schwenk Date: Fri, 4 Apr 2025 12:01:56 +0200 Subject: [PATCH] Revert score size changes --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 787a342..447470c 100644 --- a/index.html +++ b/index.html @@ -808,7 +808,7 @@ } .score { - font-size: 48px; + font-size: 50vh; font-weight: bold; margin: 10px 0; line-height: 1; @@ -855,7 +855,7 @@ } .score { - font-size: 36px; + font-size: 25vh; } .score-buttons { @@ -889,7 +889,7 @@ } .score { - font-size: 42px; + font-size: 25vh; } .score-button {