blob: 306aa60f78539e672b64aadc02c8a2cf1697487f [file] [log] [blame]
pineafana5ce9102021-09-02 17:21:31 +01001.container {
2 width: max(80%, calc(100% - 20px));
3 margin-left: calc((100% - max(80%, calc(100% - 20px))) / 2);
4 height: 100%;
5 display: flex;
6 flex-wrap: wrap;
7 justify-content: center;
8}
9
10.item {
11 width: min(428px, 90%);
12 margin: 20px;
13}