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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user