/* Media query (optional) */ @media screen and (min-width: 900px) { .vendor-list { grid-template-columns: repeat(5, 1fr); } }