Solution to "Create Flexible Layouts Using auto-fit

What is your hint or solution suggestion?

grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));

Challenge: Create Flexible Layouts Using auto-fit

Link to the challenge: