grid all items same height

63

grid-auto-rows: 1fr;
grid-template-columns: repeat(3, minmax(0, 1fr));
// avoid using align-items : center; in Grid container

Comments

Submit
0 Comments