blob: e7f0cf263d645fb0ec0c8e03e53b49ac0781b996 [file] [log] [blame]
.container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
width: 100%;
height: auto;
}
.item {
display: flex;
height: 35vmin;
margin-left: 10px;
margin-right: 10px;
}
.fitItemWidth {
width: fit-content;
}