From b7eacce4792ace6d01443930dfdc85395c16b8a5 Mon Sep 17 00:00:00 2001 From: "diana.dolgolyova" Date: Sun, 12 Apr 2026 16:08:14 +0300 Subject: [PATCH] =?UTF-8?q?feat:=20widen=20content=20container=20max-w-6xl?= =?UTF-8?q?=20=E2=86=92=20max-w-7xl=20(+128px)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/styles/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/theme.css b/src/app/styles/theme.css index b54ec65..fdb9901 100644 --- a/src/app/styles/theme.css +++ b/src/app/styles/theme.css @@ -56,7 +56,7 @@ } .section-container { - @apply mx-auto max-w-6xl px-6 sm:px-10; + @apply mx-auto max-w-7xl px-6 sm:px-10; } /* ===== Section Glow Backgrounds ===== */