Skip to content

Commit fa8cb8b

Browse files
committed
Optimize the hover effect of related-post card.
1 parent b9a7eb7 commit fa8cb8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/post.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ $prompt-newer: "{{ site.data.label.post.button.next }}";
173173
&:hover {
174174
-webkit-transform: translate3d(0, -3px, 0);
175175
transform: translate3d(0, -3px, 0);
176-
filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.08));
176+
box-shadow: 0 20px 35px -4px rgba(0, 0, 0, 0.15);
177177
}
178178
}
179179

0 commit comments

Comments
 (0)