From 04011aa9b90df246d650c509414b86325cc57456 Mon Sep 17 00:00:00 2001 From: dan63047 Date: Sun, 28 Jun 2020 13:48:25 +0300 Subject: [PATCH] timer font little bigger now --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index ae2b7f1..fc34811 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ body{ width: 100%; } #time-left{ - font-size: 6em; + font-size: 10em; } #time-left-readable{ text-align: center;