Refine Homepage photos grid hover
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user