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:
parent
c5103d049f
commit
1da9ed1ce6
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue