Lay the six cards out in a grid that reflows on its own, using repeat(auto-fit, minmax(...)) — without writing a single media query.
Acceptance criteria
- 1..cards must use display: grid.
- 2.Its columns must be defined with repeat(auto-fit, minmax(...)).