grid responsive

Hi, I would like to know if you can help me, I wanted to know what would be the best possible option to put this responsive display grid, the container is limited to 1280px and the card to a max-width: 270px.
No description
No description
No description
2 Replies
MarkBoots
MarkBoots7mo ago
you could do something like grid-template-columns(auto-fit, minmax(min(270px, 100%), 1fr)
Santos.
Santos.7mo ago
thanks soo much