From: Steinar H. Gunderson Date: Sun, 14 Oct 2018 19:11:30 +0000 (+0200) Subject: Make the scorebug slightly less dominant (20% smaller). X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=82ee55fc074cb97c9427c0cce37c41c31b8c7a4e;p=ultimatescore Make the scorebug slightly less dominant (20% smaller). --- 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;