adjust logo size

This commit is contained in:
Xiexe
2020-10-03 01:45:24 -04:00
parent 95b85f57ab
commit a10815225c
+5 -5
View File
@@ -180,8 +180,8 @@ html, body {
.xPacButton { .xPacButton {
z-index: 1; z-index: 1;
position: absolute; position: absolute;
top: -15px; top: -30px;
left: -55px; left: -100px;
width: 633px; width: 633px;
height: 289px; height: 289px;
border: none; border: none;
@@ -189,18 +189,18 @@ html, body {
display: inline-block; display: inline-block;
background: url('../img/ui/logos/Shadowlands.png') no-repeat top; background: url('../img/ui/logos/Shadowlands.png') no-repeat top;
background-color: transparent; background-color: transparent;
transform: scale(0.8); transform: scale(0.65);
transition: 0.2s; transition: 0.2s;
filter: drop-shadow(0px 0px 6px #000); filter: drop-shadow(0px 0px 6px #000);
} }
.xPacButton:hover { .xPacButton:hover {
transform: scale(0.81); transform: scale(0.67);
filter: drop-shadow(0px 0px 10px #000); filter: drop-shadow(0px 0px 10px #000);
} }
.xPacButton:active { .xPacButton:active {
transform: scale(0.79); transform: scale(0.64);
filter: drop-shadow(0px 0px 0px #000); filter: drop-shadow(0px 0px 0px #000);
} }