From bba61ba0d9448497bf7717c7e2217dd1768b217e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Proch=C3=A1zka?= Date: Wed, 16 Apr 2025 21:16:40 +0200 Subject: [PATCH] Made the countdown just a hair smaller --- styles/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/styles.css b/styles/styles.css index 626f03d..043ba57 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -216,7 +216,7 @@ header * { font-weight: bold; font-size: 2.5em; text-align: center; - margin: 1.5em auto; + margin: 1em auto; padding: 0 .5em; font-family: jetbrains_mono, monospace; width: fit-content;