From 5968eae2cdf6522f473a56a19755f246e17f0318 Mon Sep 17 00:00:00 2001 From: sarthaknagoshe2002 Date: Mon, 3 Feb 2025 19:57:29 +0530 Subject: [PATCH] Fix: rectify styling --- packages/block-library/src/countdown/style.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/block-library/src/countdown/style.scss b/packages/block-library/src/countdown/style.scss index 2ff6444879422d..a6dd473812a38a 100644 --- a/packages/block-library/src/countdown/style.scss +++ b/packages/block-library/src/countdown/style.scss @@ -24,16 +24,9 @@ } .countdown-box span { - // font-size: 24px; font-weight: bold; - // color: #333; } -// .countdown-box small { -// font-size: 12px; -// color: #666; -// } - .countdown-end-message { text-align: center; font-size: 18px;