Files
k8s-game-2048/src
Greg c05d9b22ae Fix container width overflow - v2.0.5
CRITICAL FIX: The game layout was cramped because:
- Container was 512px + 20px padding = 552px total width
- Game container inside was trying to be 512px wide
- This caused horizontal overflow and terrible margins

Fixed by:
- Increasing container width to 580px to properly contain 512px game
- Improving responsive design for mobile (640px breakpoint)
- Adding proper centering for game container on mobile
- Updating to version 2.0.5

The game should now have proper spacing and not look cramped!
2025-07-01 14:37:03 -07:00
..