diff --git a/highscore.css b/highscore.css index 3b1548b..d1c964d 100644 --- a/highscore.css +++ b/highscore.css @@ -9,9 +9,14 @@ margin-bottom: 0.5rem; } + + + .high-score:hover { transform: scale(1.025); } #finalScore{ font-size: 10vw; + text-align: center; + width: max-content; }