grid auto width 1 column in between code example
Example 1: grid auto columns
grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
Example 2: css grid make all rows same height
grid-auto-rows: 1fr;
grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
grid-auto-rows: 1fr;