From 9203900004cdea263cc257749239087bfce8fa3f Mon Sep 17 00:00:00 2001 From: Joseph Hutchinson Date: Thu, 22 Mar 2018 14:35:45 -0400 Subject: [PATCH] Add hover to card resize transition --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index b2eb253..ea01409 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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); }