From 7ec7ea74d53db85cffa3af646c03270793453009 Mon Sep 17 00:00:00 2001 From: MAZE Date: Thu, 11 Apr 2024 15:12:56 +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 56c3f78..dcfc54a 100644 --- a/src/components/container/container.module.css +++ b/src/components/container/container.module.css @@ -8,6 +8,6 @@ } &.wide { - max-width: 720px; + max-width: 760px; } }