fix(homepage): widen skill cards container to 650px

Increased the "What You'll Learn" container width from 420px to 650px
to give the 2-column grid of skill cards proper breathing room and
prevent cramped layouts.

🤖 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 19:27:58 -05:00
parent 3b5d14765d
commit bc1ad3a43a
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ export default function HomePage() {
<div <div
className={css({ className={css({
flex: '0 0 auto', flex: '0 0 auto',
w: { base: '100%', md: '420px' }, w: { base: '100%', md: '650px' },
})} })}
> >
<h3 <h3