working through the plan + UI/ UX

This commit is contained in:
itsamejms
2026-07-12 22:13:43 +01:00
parent 5b256242be
commit a24f3615e0
38 changed files with 5295 additions and 328 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ export function BentoCard({
return (
<motion.div
className={`glass-card flex flex-col overflow-hidden p-4 ${responsive} ${className}`}
whileHover={{ scale: 1.005 }}
// ponytail: drop the hover scale — 12 cards bobs noticeably when the
// cursor moves. The CSS .glass-card:hover (border + glow) is enough.
whileTap={{ scale: 0.985 }}
transition={{ type: "spring", stiffness: 400, damping: 25 }}
>