Fix for blurry text and image on hover

This commit is contained in:
Akinwale Ariwodola 2017-07-31 20:45:15 +01:00
parent af34bdfff1
commit b1920cfaf2

View file

@ -97,7 +97,7 @@ $card-link-scaling: 1.1;
position: relative;
z-index: 1;
box-shadow: $box-shadow-focus;
transform: scale($card-link-scaling) translate3d($translate-card-hover, 0, 0);
transform: scale($card-link-scaling) translateX($translate-card-hover);
transform-origin: 50% 50%;
overflow-x: visible;
overflow-y: visible