From 75705ca5b21af4d238eea4e8f2698e708c42bbaa Mon Sep 17 00:00:00 2001 From: varCepheid Date: Tue, 14 Nov 2023 16:34:01 -0800 Subject: [PATCH] adjusted width parameters to make text narrower --- src/routes/about.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/routes/about.tsx b/src/routes/about.tsx index a5724abc8..b876c718b 100644 --- a/src/routes/about.tsx +++ b/src/routes/about.tsx @@ -5,8 +5,7 @@ const pageStyle = css` text-align: center; padding: 0 1rem; margin: auto; - max-width: 50rem; - min-width: 70%; + max-width: 45rem; ` const headerStyle = css`