adjust logo size
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user