fix: backgammon board not clipped — width-constrained with aspect-ratio
Board was overflowing horizontally because height-driven sizing made
it wider than viewport. Now uses max-width: calc(100vw - 340px) with
aspect-ratio 1.4/1 so it fills width and height follows proportionally.
Co-Authored-By:
Claude Opus 4.6 <noreply@anthropic.com>
Showing
Please register or sign in to comment