wip: Improved menu

This commit is contained in:
Sol Irvine
2023-08-19 15:37:47 +09:00
parent 3bb6be36ac
commit 1e489b1790
17 changed files with 153 additions and 47 deletions

View File

@@ -81,7 +81,7 @@ export default async function ProductPage({ params }: { params: { handle: string
__html: JSON.stringify(productJsonLd)
}}
/>
<div className="mx-auto max-w-screen-2xl px-4">
<div className="mx-auto max-w-screen-xl 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="h-full w-full basis-full lg:basis-4/6">
<Gallery