From 82ee55fc074cb97c9427c0cce37c41c31b8c7a4e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 14 Oct 2018 21:11:30 +0200 Subject: [PATCH] Make the scorebug slightly less dominant (20% smaller). --- score.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/score.css b/score.css index 759e07e..db72488 100644 --- a/score.css +++ b/score.css @@ -22,6 +22,11 @@ body { --main-padding-top-large-adjust: 0px; } +#entire-bug { + transform: scale(0.8); + transform-origin: top left; +} + /* Score */ .scorebug { position: fixed; -- 2.39.2