42_ft_transcendence/django/frontend/static/css/gameHistory.css
2024-05-14 08:50:37 +02:00

15 lines
213 B
CSS

#game-list {
justify-content: flex-start;
display: flex;
flex-wrap: wrap;
}
#game-list .game-item {
display: flex;
flex-direction: column;
height: 160px;
width: 160px;
margin: 10px;
border-radius: 5%;
}