From b81a20a58210e03fbb0045e226a08408c3acda60 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 19 Oct 2018 21:58:54 +0200 Subject: [PATCH] Fix a clock height issue (probably related to Lato). --- score.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/score.css b/score.css index db72488..6e20d2c 100644 --- a/score.css +++ b/score.css @@ -83,7 +83,7 @@ body { border: 1px solid #000; background: linear-gradient(to bottom, #00a, #008); text-align: center; - height: 36px; + height: 35px; padding-top: var(--main-padding-top-adjust); width: 90px; } -- 2.39.2