blob: dde471fb875fb48d369f6c9c759470b978a57364 [file] [log] [blame]
.container {
width: calc(100% - 20px);
height: 100%;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
.item {
width: min(428px, 90%);
}