blob: dde471fb875fb48d369f6c9c759470b978a57364 [file] [log] [blame]
pineafan15b813d2022-02-13 10:06:09 +00001.container {
2 width: calc(100% - 20px);
3 height: 100%;
4 display: flex;
5 flex-wrap: wrap;
6 justify-content: center;
7 gap: 20px;
8}
9
10.item {
11 width: min(428px, 90%);
12}