Skip to content

Commit

Permalink
Fixes product detail spacing (vercel#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotny authored and bc-alexsaiannyi committed Dec 7, 2023
1 parent 72d28dc commit 9ab6a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/product/[handle]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default async function ProductPage({ params }: { params: { handle: string
}}
/>
<div className="mx-auto max-w-screen-2xl px-4">
<div className="flex flex-col rounded-lg border border-neutral-200 bg-white p-8 dark:border-neutral-800 dark:bg-black md:p-12 lg:flex-row">
<div className="flex flex-col rounded-lg border border-neutral-200 bg-white p-8 dark:border-neutral-800 dark:bg-black md:p-12 lg:flex-row lg:gap-8">
<div className="h-full w-full basis-full lg:basis-4/6">
<Gallery
images={product.images.map((image: Image) => ({
Expand Down

0 comments on commit 9ab6a3b

Please sign in to comment.