From e14e68a0be34c186d9b358084f47fb1b8593d127 Mon Sep 17 00:00:00 2001 From: Yulia Date: Sun, 11 Dec 2016 12:15:48 +0100 Subject: [PATCH] 02, fix .clock-face transform to align with .hand height --- 02 - JS + CSS Clock/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02 - JS + CSS Clock/index.html b/02 - JS + CSS Clock/index.html index 1c777557da..b5c2d1ee9b 100644 --- a/02 - JS + CSS Clock/index.html +++ b/02 - JS + CSS Clock/index.html @@ -52,7 +52,7 @@ position: relative; width: 100%; height: 100%; - transform: translateY(-3px); /* account for the height of the clock hands */ + transform: translateY(-6px); /* account for the height of the clock hands */ } .hand {