feat: make cards fixed height

This commit is contained in:
2026-03-09 16:37:44 -05:00
parent 62886ba2b3
commit 9dfcf6f006
3 changed files with 7 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ interface Props {
const { url, title, description, logoLight, logoDark, count, publishDate } = Astro.props;
---
<div class="smooth-reveal flex flex-col mx-auto w-full">
<div class="smooth-reveal-cards flex flex-col mx-auto w-full">
<a
class="card-base flex flex-col h-full min-h-55"
href={url}