Beautified the hover of related post.

This commit is contained in:
Cotes Chung
2020-01-14 02:57:31 +08:00
parent 6aac3f95fe
commit fa43f92370
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -101,8 +101,9 @@
}
#related-posts .card:hover {
-webkit-transform: translate3d(0, -8px, 0);
transform: translate3d(0, -8px, 0);
-webkit-transform: translate3d(0, -3px, 0);
transform: translate3d(0, -3px, 0);
filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.08));
}
#related-posts .card h3 {