Skip to content

Commit

Permalink
use correct margin for product card
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Dec 10, 2024
1 parent 9e1c8eb commit 714449b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/products/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function ProductCard({
) : null}
<div className="p-6">
<div className="flex min-h-[11.12rem] flex-col">
<div className="content mb-5 mt-4 flex flex-col gap-3">
<div className="content mb-4 flex flex-col gap-3">
<div className="flex flex-row gap-2">
<h3 className="font-['Public Sans'] text-xl font-bold leading-7 text-[#14333d]">
{title}
Expand Down

0 comments on commit 714449b

Please sign in to comment.