From d47e2f5d9338436579f73efd19a7483a852ac2f7 Mon Sep 17 00:00:00 2001 From: jahooma Date: Mon, 10 Jan 2022 10:48:13 -0600 Subject: [PATCH] Decrease wide page width from 7xl to 6xl --- web/components/nav-bar.tsx | 2 +- web/components/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/nav-bar.tsx b/web/components/nav-bar.tsx index 01093e46..f5e0a721 100644 --- a/web/components/nav-bar.tsx +++ b/web/components/nav-bar.tsx @@ -26,7 +26,7 @@ export function NavBar(props: { diff --git a/web/components/page.tsx b/web/components/page.tsx index 66e9a272..2e424808 100644 --- a/web/components/page.tsx +++ b/web/components/page.tsx @@ -11,7 +11,7 @@ export function Page(props: { wide?: boolean; children?: any }) {
{children}