diff --git a/src/style/molecules/_photo-card.scss b/src/style/molecules/_photo-card.scss index 691a2b8..0996715 100644 --- a/src/style/molecules/_photo-card.scss +++ b/src/style/molecules/_photo-card.scss @@ -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 {