From f05afb314e17854fa84109296a13a8b63a7175ab Mon Sep 17 00:00:00 2001 From: Jesse Hufstetler Date: Tue, 13 Feb 2024 15:21:51 -0500 Subject: [PATCH] I don't like the clock zoom no more --- JoshSadieDash.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JoshSadieDash.html b/JoshSadieDash.html index 63a6893..d39d0b2 100644 --- a/JoshSadieDash.html +++ b/JoshSadieDash.html @@ -168,7 +168,7 @@ var newH = !wider ? natH * ((window.innerHeight / window.innerWidth) / (natH / natW)) : natH; svgcon.setAttribute("viewBox", `0 0 ${newW} ${newH}`); - var clockZoom = 1.4; + var clockZoom = 1.0; var clockScale = newH / 900 * clockZoom; var shiftOff = (900 * clockZoom - 900)/clockZoom; var leftSide = now.hour() >= 12;