Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSauto-fit auto-fill minmaxSingle-choice MCQ

What is wrong with `repeat(auto-fit, 200px)` compared to `repeat(auto-fit, minmax(200px, 1fr))`?

grid-template-columns: repeat(auto-fit, 200px);