Remove hover animation from guide card (#1254)

This commit is contained in:
Bram Kragten 2021-06-16 17:17:06 +02:00 committed by GitHub
parent ca8d5c7cc6
commit 061b7eef6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,6 @@ div.index-shields {
box-shadow: 4px 4px 8px -4px #00000075;
padding-bottom: 8px;
box-sizing: border-box;
transition: all 0.5s;
}
.guide-card-title {
@ -165,11 +164,6 @@ div.index-shields {
margin-left: -40px;
padding-left: 40px;
}
.guide-card:not(:first-child):hover {
margin-left: -20px;
padding-left: 20px;
}
}
@media screen and (max-width: 870px) {