@import "./card.scss"; .my_gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); grid-gap: 50px; }