From e7c786f25986436606fa723441338588a84b00b3 Mon Sep 17 00:00:00 2001 From: MAZE Date: Tue, 10 Oct 2023 21:28:33 +0330 Subject: [PATCH] style: widen the container --- src/components/container/container.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/container/container.module.css b/src/components/container/container.module.css index 52ee1fc..618b9be 100644 --- a/src/components/container/container.module.css +++ b/src/components/container/container.module.css @@ -1,5 +1,5 @@ .container { - width: 85%; + width: 90%; max-width: 600px; margin: 0 auto; }