fix(homepage): increase abacus container width to 120px/150px
Increase abacus container width from 95px/110px to 120px (mobile) and 150px (desktop) to properly accommodate 3-column abacus visualizations without clipping. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -274,7 +274,7 @@ export default function HomePage() {
|
|||||||
<div
|
<div
|
||||||
className={css({
|
className={css({
|
||||||
fontSize: '3xl',
|
fontSize: '3xl',
|
||||||
width: { base: '95px', lg: '110px' },
|
width: { base: '120px', lg: '150px' },
|
||||||
minHeight: { base: '115px', lg: '140px' },
|
minHeight: { base: '115px', lg: '140px' },
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user