Pique: Disable zooming into site logo on hover (#1775)
Tested and it works fine.
This commit is contained in:
parent
ab43180f2b
commit
899ded8429
1 changed files with 0 additions and 5 deletions
|
@ -877,11 +877,6 @@ a:active {
|
|||
max-height: 100px;
|
||||
}
|
||||
}
|
||||
.site-branding .site-logo-link:hover {
|
||||
-webkit-transform: scale(5%);
|
||||
-ms-transform: scale(5%);
|
||||
transform: scale(5%);
|
||||
}
|
||||
.site-branding .site-title {
|
||||
font-style: normal;
|
||||
margin: 40px 0 0;
|
||||
|
|
Loading…
Reference in a new issue