From b9b7d06d27ca25abb92dd59efb7ae65096c7cd85 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 8 Apr 2018 01:31:21 +0200 Subject: [PATCH] Realign the clock bug. --- score.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/score.css b/score.css index 9821c42..5d032e8 100644 --- a/score.css +++ b/score.css @@ -74,7 +74,8 @@ body { border: 1px solid #ccc; background: linear-gradient(to bottom, #fff, #eee); text-align: center; - height: 35px; + height: 36px; + padding-top: 2px; width: 90px; } .clockbug-hidden { -- 2.39.2