We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0a9823 + 6fe571a commit 69ce9e3Copy full SHA for 69ce9e3
1 file changed
src/components/home/CardEffect.jsx
@@ -15,7 +15,7 @@ export function CardEffect({ heading, content, logo }) {
15
whileInView={{ opacity: 1, rotateY: 0 }}
16
viewport={{ once: true }}
17
transition={{ duration: 0.8 }}
18
- className="group relative block h-[22rem] w-full cursor-pointer overflow-hidden [perspective:1000px]"
+ className="group relative block h-[22rem] w-full cursor-pointer [perspective:1000px]"
19
>
20
<div className="relative h-full w-full transition-all duration-500 [transform-style:preserve-3d] group-hover:[transform:rotateY(180deg)]">
21
0 commit comments