From 09250eba83ca9d73dccf83cf8cbf4f8b05004139 Mon Sep 17 00:00:00 2001 From: Michael Novotny Date: Mon, 24 Jul 2023 13:03:51 -0500 Subject: [PATCH] Adds max width for very large screens (#1098) --- app/product/[handle]/page.tsx | 14 +++++++------- app/search/layout.tsx | 6 +++--- components/grid/three-items.tsx | 5 ++++- components/layout/search/collections.tsx | 2 +- components/layout/search/filter/index.tsx | 2 +- 5 files changed, 16 insertions(+), 13 deletions(-) diff --git a/app/product/[handle]/page.tsx b/app/product/[handle]/page.tsx index 9c1fc6664..f23c0cc4c 100644 --- a/app/product/[handle]/page.tsx +++ b/app/product/[handle]/page.tsx @@ -81,8 +81,8 @@ export default async function ProductPage({ params }: { params: { handle: string __html: JSON.stringify(productJsonLd) }} /> -
-
+
+
({ @@ -96,12 +96,12 @@ export default async function ProductPage({ params }: { params: { handle: string
+ + +
- - -