]> git.sesse.net Git - ultimatescore/commitdiff
Lato should not have any top padding.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 13 Oct 2019 17:43:17 +0000 (19:43 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 13 Oct 2019 17:43:17 +0000 (19:43 +0200)
score.scss

index 4f2a0487a7a07a2b58b26ece9cdf3e951a8fc8d8..e01009213085aa8860263d54e9a76565de3574ae 100644 (file)
@@ -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;