From 05b5148d380f1eaa90da7d2a50e4c690f72a859f Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 4 Dec 2024 16:47:14 +0000 Subject: [PATCH] set max with on header and center --- src/components/Layout/Header/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Layout/Header/index.tsx b/src/components/Layout/Header/index.tsx index 2b2db02d47..7a17117602 100644 --- a/src/components/Layout/Header/index.tsx +++ b/src/components/Layout/Header/index.tsx @@ -31,6 +31,8 @@ export function Outer({children}: {children: React.ReactNode}) { gutter, a.py_sm, t.atoms.border_contrast_low, + a.mx_auto, + {maxWidth: 600}, ]}> {children}