Skip to content

Commit

Permalink
fix product card spacing between text and link button
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Dec 10, 2024
1 parent 714449b commit 7b94c1d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/app/products/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,16 @@ function ProductCard({
{text}
</p>
</div>
<div>
<LinkButton
className="justify-self-start"
variant={linkVariant}
href={linkToHref}
>
{linkText}
</LinkButton>
</div>
</div>
<LinkButton
className="justify-self-start"
variant={linkVariant}
href={linkToHref}
>
{linkText}
</LinkButton>
</div>
</div>
</RoundedBackground>
Expand Down

0 comments on commit 7b94c1d

Please sign in to comment.