feat: make cards fixed height
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user