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:
parent
712d318e7c
commit
aa297d4ef7
|
|
@ -151,7 +151,7 @@ export default function HomePage() {
|
|||
border: '1px solid',
|
||||
borderColor: 'gray.700',
|
||||
shadow: 'lg',
|
||||
maxW: '1200px',
|
||||
minW: '1400px',
|
||||
mx: 'auto',
|
||||
})}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue