Skip to content

Commit

Permalink
Change sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora-dot committed May 23, 2024
1 parent 237b975 commit 3b43c81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default async function Page({
updateMetadata(product);

return (
<div className='mx-auto mt-3 flex-grow space-y-3 px-4 text-gray-800 sm:px-6 md:max-w-2xl md:px-4 lg:max-w-4xl lg:px-12'>
<div className='mx-auto mt-3 flex-grow space-y-3 px-4 text-gray-800 sm:px-6 md:max-w-3xl md:px-4 lg:max-w-5xl lg:px-10'>
<Product product={product} />
</div>
);
Expand Down

0 comments on commit 3b43c81

Please sign in to comment.