refactor(homepage): tighten mini abacus vertical padding

Reduced vertical padding from token '5' to '4' in the "Read and set
numbers" card icon container for better visual balance.

🤖 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:16:14 -05:00
parent e37ee87ea3
commit 514d07ecb5

View File

@@ -370,7 +370,7 @@ export default function HomePage() {
textAlign: 'center',
bg: 'rgba(255, 255, 255, 0.1)',
borderRadius: 'lg',
py: i === 0 ? '5' : '2',
py: i === 0 ? '4' : '2',
px: i === 0 ? '3' : '2',
})}
>