Refine Homepage photos grid hover

This commit is contained in:
2022-01-18 17:04:39 +01:00
parent 3c3cf045d6
commit 5fd1b4baae

View File

@@ -69,7 +69,7 @@
transition: opacity 0.8s var(--ease-quart), transform 0.8s var(--ease-quart);
@include bp (md) {
transform: translate3d(0, 16px, 0);
transform: translate3d(0, 8px, 0);
}
}
}
@@ -101,10 +101,10 @@
transform: translate3d(0,0,0);
}
picture {
transition-delay: 60ms;
transition-delay: 100ms;
}
p {
transition-delay: 120ms;
transition-delay: 180ms;
}
}
&:after {