Fix PostCard responsive and add small size variant
This commit is contained in:
@@ -325,6 +325,10 @@
|
||||
opacity: 0;
|
||||
transform: translate3d(12%, 23%, 0) rotate(-5deg);
|
||||
transition: opacity 0.4s var(--ease-quart), transform 1.0s var(--ease-quart);
|
||||
|
||||
&--small {
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Show postcard on hover
|
||||
|
||||
Reference in New Issue
Block a user