1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

Optimize the hover effect of related-post card.

This commit is contained in:
Cotes Chung 2020-10-18 13:11:05 +08:00
parent 154fb04987
commit b9fb716e6a

View File

@ -173,7 +173,7 @@ $prompt-newer: "{{ site.data.label.post.button.next }}";
&:hover {
-webkit-transform: translate3d(0, -3px, 0);
transform: translate3d(0, -3px, 0);
filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.08));
box-shadow: 0 20px 35px -4px rgba(0, 0, 0, 0.15);
}
}