Skip to content

Commit

Permalink
fix title alignment in standalone products grid
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Nov 5, 2024
1 parent f324361 commit d0cdcd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/our-products/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ function ProductCard({
linkToHref,
}: ProductCardProps) {
return (
<div className="grid max-w-[33.75rem] grid-cols-1 items-start">
<div className="grid h-full max-w-[33.75rem] grid-cols-1 items-start">
<div className="add-aspect-16x9">
<Image src={imgSrc} width="540" height="280" alt="Placeholder" />
</div>
<div className="flex flex-col items-start">
<div className="flex min-h-[11.12rem] flex-col">
<div className="content mb-5 mt-4 flex flex-col gap-3">
<h3>{title}</h3>
<p className="m-0 p-0 text-base font-normal leading-relaxed text-[#224a58]">
Expand Down

0 comments on commit d0cdcd2

Please sign in to comment.