style(homepage): add more padding around mini abacus
Increase padding from '2' to '3' on the mini abacus icon container to provide more vertical space between the abacus and the card border. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -370,7 +370,7 @@ export default function HomePage() {
|
||||
textAlign: 'center',
|
||||
bg: 'rgba(255, 255, 255, 0.1)',
|
||||
borderRadius: 'lg',
|
||||
p: '2',
|
||||
p: i === 0 ? '3' : '2',
|
||||
})}
|
||||
>
|
||||
{i === 0 ? <MiniAbacus /> : skill.icon}
|
||||
|
||||
Reference in New Issue
Block a user