Skip to content

Commit

Permalink
ShowcaseList: give cards consistent heights
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Nov 23, 2023
1 parent 26a2459 commit 43dd28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ShowcaseList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (typeof props.limit == "number") {
<li>
<a
href={project.data.url}
class="block p-2 border border-stone-700 text-stone-500 rounded-lg shadow-lg hover:translate-y-[-2px] hover:border-stone-600 hover:text-stone-400 transition-all"
class="block h-full p-2 border border-stone-700 text-stone-500 rounded-lg shadow-lg hover:translate-y-[-2px] hover:border-stone-600 hover:text-stone-400 transition-all"
>
<Image
alt={project.data.title}
Expand Down

0 comments on commit 43dd28d

Please sign in to comment.