From ae7a9d113b7dbd8a3a67de5cd266e74bc8bf4bbb Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange Date: Fri, 9 Sep 2022 10:35:49 -0500 Subject: [PATCH] Zoom clocks for readability on intended target device (SMART Boards) --- styles/clock.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/clock.css b/styles/clock.css index b281ff0..d8bdb17 100644 --- a/styles/clock.css +++ b/styles/clock.css @@ -1,3 +1,4 @@ + .body { width: calc(100vw - 64px); height: 100vh; @@ -20,6 +21,7 @@ box-sizing: border-box; color: var(--foreground); margin: 16px 0; + zoom: 2; } .body .clock::before { @@ -78,7 +80,7 @@ textarea { margin-top: 8px; box-sizing: border-box; height: max-content; - font-size: 64px; + font-size: 32px; max-height: 100%; padding: 8px; border: none;