<style> .items { display: grid; grid-template-columns: repeat(auto-fit, minmax(0, max-content)); grid-column-gap: 10px; } </style>