это код для таблицы
Код: Выделить всё
#seat-table {
width: 100%;
}
.seat {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
aspect-ratio: 1/1;
border-radius: 0.3rem;
cursor: pointer;
img {
height: 100%;
width: 100%;
object-fit: cover;
}
&:hover {
transform: scale(1.1);
}
}
Код: Выделить всё
.main-view {
display: flex;
flex-direction: column;
align-items: center;
flex-wrap: wrap;
width: 100%;
max-width: 800px;
}

iPhone 7

iPad Air 5
Сайт доступен по адресу https://seatbox.vercel.app, а полный код — по адресу https://github.com/PatatoBit/seatbox
Подробнее здесь: https://stackoverflow.com/questions/786 ... -on-mobile