fix(homepage): set min-width 1400px on container and remove max-width

Added minW: '1400px' and removed maxW: '1200px' constraint to ensure
the "What You'll Learn" section is properly sized and centered.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Thomas Hallock 2025-10-20 22:03:02 -05:00
parent 712d318e7c
commit aa297d4ef7
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ export default function HomePage() {
border: '1px solid',
borderColor: 'gray.700',
shadow: 'lg',
maxW: '1200px',
minW: '1400px',
mx: 'auto',
})}
>