From c0b62679eed390ea496aab4e7e4dbdf060dd11dc Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Fri, 9 Sep 2022 10:31:36 -0500 Subject: [PATCH] Bigger font size --- styles/clock.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/clock.css b/styles/clock.css index b495531..b281ff0 100644 --- a/styles/clock.css +++ b/styles/clock.css @@ -78,6 +78,7 @@ textarea { margin-top: 8px; box-sizing: border-box; height: max-content; + font-size: 64px; max-height: 100%; padding: 8px; border: none;