fix: make all tool grid cards the same height

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-28 17:53:02 +01:00
parent 36c02cea55
commit d6e01e4bf5

View File

@@ -19,7 +19,7 @@ export default function ToolCard({ title, description, icon, url, index, badges
return (
<MotionLink
href={url}
className="group relative block"
className="group relative block h-full"
initial={{ opacity: 0, y: 50 }}
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: true }}