div.homepage { display: grid; grid-template-columns: repeat(auto-fill, minmax(20em, 1fr)); grid-gap: 3em; }