Код: Выделить всё
handleLeaveGame(user.id, id)}>
Leave
Options
Код: Выделить всё
.room-layout {
display: flex;
width: 97%;
height: 100%;
overflow: hidden;
margin: 30px;
border: 4px solid black;
}
.square-row,
.rectangle-row {
display: flex;
justify-content: center;
width: 100%;
}
.responsive-rectangle {
width: 70vw;
height: 40vh;
padding-bottom: 5vh;
background-color: #bfe6d3;
color: rgb(12, 12, 12);
display: flex;
justify-content: center;
align-items: center;
border: 2px solid #000000;
border-radius: 10px;
font-size: 2vw;
margin: 1vw;
box-sizing: border-box;
position: relative;
}
Подробнее здесь: https://stackoverflow.com/questions/790 ... -i-make-th