style(homepage): balance mini abacus padding horizontally and vertically

Use py: '5' and px: '3' instead of uniform padding to create visually
equal spacing on all sides of the animated abacus.

🤖 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:09:49 -05:00
parent 1da9ed1ce6
commit 2f0304eb81

View File

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