refactor(homepage): align all skill icon panes horizontally

Removed horizontal padding for all skill icon containers to ensure
consistent alignment across the "What You'll Learn" section.

🤖 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 06:21:16 -05:00
parent 75a84dc148
commit 4b04e8673d

View File

@@ -371,7 +371,7 @@ export default function HomePage() {
bg: 'rgba(255, 255, 255, 0.1)',
borderRadius: 'lg',
py: i === 0 ? '4' : '2',
px: i === 0 ? '3' : '2',
px: '0',
})}
>
{i === 0 ? <MiniAbacus /> : skill.icon}