Skip to content

Commit

Permalink
tweak card style to full height (skillrecordings#459)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
zacjones93 and kodiakhq[bot] authored Feb 22, 2021
1 parent f57d48d commit 079a19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/curated/react/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ You can find courses below curated just for you whether you're looking for a par
</ExternalTrackedLink>
</div>
<div className="grid md:grid-cols-3 grid-cols-1 gap-5 items-start sm:mt-5 mt-3">
<Card resource={beginner} location={location}>
<Card resource={beginner} location={location} className="h-full">
<Collection />
</Card>
<Card resource={intermediate} location={location} className="h-full">
Expand Down

0 comments on commit 079a19c

Please sign in to comment.