Add hover to card resize transition

This commit is contained in:
Joseph Hutchinson
2018-03-22 14:35:45 -04:00
parent a6f60bd1ec
commit 9203900004

View File

@@ -71,7 +71,7 @@ img {
transition: transform 0.3s, box-shadow 0.3s;
box-shadow: 0 1em 1.6em 0 rgba(0, 0, 0, 0.06);
}
.card-link-wrapper:active {
.card-link-wrapper:hover, .card-link-wrapper:active {
transform: scale(0.95);
box-shadow: 0 0.8em 1.4em 0px rgba(0, 0, 0, 0.08);
}