fix(layout): widen container to 1600px for more usable space

--container-max was 1400px which left visible whitespace on
screens 1600px+ wide. Bump to 1600px so service/problem bento
tiles fill more of the viewport.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kunthawat Greethong
2026-06-09 13:42:18 +07:00
parent 43f609a794
commit 525dc358a3

View File

@@ -50,7 +50,7 @@
--space-3xl: 128px; --space-3xl: 128px;
/* Layout */ /* Layout */
--container-max: 1400px; --container-max: 1600px;
--gutter: 32px; --gutter: 32px;
--section-padding: 120px; --section-padding: 120px;