style(homepage): increase mini abacus padding to '5'

Double the padding from '3' to '5' for more generous vertical spacing
around 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:13 -05:00
parent c5103d049f
commit 1da9ed1ce6
1 changed files with 1 additions and 1 deletions

View File

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