Https://www.freecodecamp.org/learn/responsive-web-design/css-grid/create-flexible-layouts-using-auto-fit

What is your hint or solution suggestion?
remove the 3 from grid-template-columns: repeat(3, minmax(60px, 1fr)); and replace it with auto-fit

Challenge: Create Flexible Layouts Using auto-fit

Link to the challenge: