diff --git a/static/sexy.css b/static/sexy.css index a77674f..30dcdd6 100644 --- a/static/sexy.css +++ b/static/sexy.css @@ -138,6 +138,7 @@ a:hover { position: relative; width: 40vh; transition: 0.2s; + transform: scale(1, 1); } .game-logo { @@ -159,14 +160,15 @@ a:hover { font-size: 9vh; left: 50%; top: 50%; - transform: translate(-50%, -50%); + transform: translate(-50%, -50%) scale(1, 1); z-index: 1; - transition: 0.4s ease-out; font-family: 'Source Code Pro'; } .game-button:hover > .game-title { font-size: 10vh; + transform: translate(-50%, -50%) scale(1, 1); + transition: 0.4s ease-out; } .game-description {