Pique: Disable zooming into site logo on hover (#1775)

Tested and it works fine.
This commit is contained in:
Niels Lange 2020-02-05 01:37:59 +07:00 committed by GitHub
parent ab43180f2b
commit 899ded8429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;