From f397c8c82e615e7bbf694b6221d6e64c374c4d48 Mon Sep 17 00:00:00 2001 From: withsang Date: Mon, 20 Nov 2023 18:01:48 +0900 Subject: [PATCH] fix(content): set max-width --- src/components/templates/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/templates/Layout.tsx b/src/components/templates/Layout.tsx index f8099d9..2ec79bb 100644 --- a/src/components/templates/Layout.tsx +++ b/src/components/templates/Layout.tsx @@ -37,7 +37,7 @@ const NewwaysLayout = ({ children }: Props) => ( className="site-layout-content" style={{ background: "#00E9A1", - maxWidth: "700px", + maxWidth: "800px", // alignItems: "center", }}