grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); not responsive code example
Example: repeat autofill css grid minmax
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));