Код: Выделить всё
.grid {
display: grid;
grid-template-columns: repeat(4, min-content);
}
Код: Выделить всё
.grid {
display: grid;
grid-template-columns: repeat(auto-fill, min-content);
}
Подробнее здесь: https://stackoverflow.com/questions/525 ... r-auto-fit
Мобильная версия