Skip to content

Commit 06db885

Browse files
luisxcamCopilot
andcommitted
fix: bump content max-width from 4xl to 6xl (896px → 1152px)
Better utilizes screen real estate on 1440p and 1080p monitors. Mobile and tablet remain full-width (constraint only at lg+). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a4511b6 commit 06db885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const Index = () => {
5151
</div>
5252

5353
{/* Content */}
54-
<div className="p-6 lg:p-10 pt-16 lg:pt-6 pb-10 lg:max-w-4xl">
54+
<div className="p-6 lg:p-10 pt-16 lg:pt-6 pb-10 lg:max-w-6xl">
5555
{sections[activeSection]}
5656
</div>
5757

0 commit comments

Comments
 (0)