Updated hover animations
This commit is contained in:
parent
d5002f2c51
commit
b078dcb86e
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -395,9 +395,9 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-card:hover {
|
.post-card:hover {
|
||||||
box-shadow: 0 0 1px rgba(39,44,49,0.10), 0 3px 16px rgba(39, 44, 49,0.07);
|
box-shadow: rgba(39,44,49,0.07) 8px 28px 50px, rgba(39, 44, 49, 0.04) 1px 6px 12px;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.4s ease;
|
||||||
transform: translate3D(0, -1px, 0);
|
transform: translate3D(0, -1px, 0) scale(1.02);
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-card-image-link {
|
.post-card-image-link {
|
||||||
|
|
Loading…
Reference in New Issue