From b28f8909f9e752617856ad6fd1a2583af15610e0 Mon Sep 17 00:00:00 2001 From: Vencislav Atanasov Date: Thu, 24 Oct 2024 23:50:09 +0300 Subject: [PATCH] Add padding between the digits --- front-page.php | 1 + 1 file changed, 1 insertion(+) diff --git a/front-page.php b/front-page.php index 0bdae95..360fcc5 100644 --- a/front-page.php +++ b/front-page.php @@ -19,6 +19,7 @@ if ($blog_slug === '2024') { .countdown .digits > td { font-size: 30px; + padding: 0 10px; } .countdown .units > td {