Files
k8s-game-2048/src
Greg e57450aa65 v2.0.7: Fix grid/tile alignment with CSS Grid layout
- Replace hardcoded pixel positioning with CSS Grid
- Fix tile background rendering and aspect ratios
- Improve responsive design with proper grid gaps
- Remove absolute positioning in favor of grid-column/grid-row
- Add flex alignment for perfect tile centering
- Use clamp() for responsive font sizes across all breakpoints
- Fix 'smooshed' grid appearance with proper gap calculations

This completely resolves grid alignment issues on all screen sizes.
2025-07-01 15:17:31 -07:00
..