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 {
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);
}