From af0610ded77736d2f42736cc7ac9e34fb8c85f12 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 13 Oct 2019 19:43:17 +0200 Subject: [PATCH] Lato should not have any top padding. --- score.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/score.scss b/score.scss index 4f2a048..e010092 100644 --- a/score.scss +++ b/score.scss @@ -21,7 +21,7 @@ body { color: white; /* Needs to be adjusted per-font! 2px/4px is a good choice for Exo. */ - --main-padding-top-adjust: 4px; + --main-padding-top-adjust: 0px; --main-padding-top-large-adjust: 0px; } @else { font-family: 'Exo', sans-serif; -- 2.39.2