feat(levels): right-align abacus display

Change abacus display container from center to right-aligned layout for
better visual balance on the levels page.

🤖 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 11:08:55 -05:00
parent d52cc608eb
commit 8681b17340

View File

@@ -580,7 +580,7 @@ export default function LevelsPage() {
<div
className={css({
display: 'flex',
justifyContent: 'center',
justifyContent: 'flex-end',
alignItems: 'center',
p: '6',
bg: 'rgba(0, 0, 0, 0.3)',