diff --git a/assets/css/styles.css b/assets/css/styles.css index 1e7f512..4b56d57 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -180,8 +180,8 @@ html, body { .xPacButton { z-index: 1; position: absolute; - top: -15px; - left: -55px; + top: -30px; + left: -100px; width: 633px; height: 289px; border: none; @@ -189,18 +189,18 @@ html, body { display: inline-block; background: url('../img/ui/logos/Shadowlands.png') no-repeat top; background-color: transparent; - transform: scale(0.8); + transform: scale(0.65); transition: 0.2s; filter: drop-shadow(0px 0px 6px #000); } .xPacButton:hover { - transform: scale(0.81); + transform: scale(0.67); filter: drop-shadow(0px 0px 10px #000); } .xPacButton:active { - transform: scale(0.79); + transform: scale(0.64); filter: drop-shadow(0px 0px 0px #000); } \ No newline at end of file