Код: Выделить всё
{ /* Phosphor Icons */}
Technologies and Mastery
Hello
Hello
Hello
Hello
Hello
Hello
Hello
Hello
Код: Выделить всё
.card-container-grid-2 {
padding: 1rem;
gap: 1rem;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(calc(100% / 3), 1fr));
grid-auto-rows: 12rem;
width: 100%;
height: 100%;
}
.card {
display: flex;
flex-direction: column;
background: #f2f2f2;
border-radius: 0.5rem;
}
Подробнее здесь: https://stackoverflow.com/questions/784 ... rner-issue
Мобильная версия