how to make a fixed grid size css code example Example: css grid no stretch .foo { display: grid; grid-template-columns: auto minmax(0,1fr); }