(Created page with ".tilde-grid { display: grid; grid: auto-flow dense/repeat(auto-fit,minmax(9.375rem,1fr)); grid-auto-rows: auto; grid-auto-rows: minmax(3rem,auto); grid-gap: 0.625rem; }") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
.tilde-grid { | .tilde-grid { | ||
width: 100%; | |||
display: flex; | |||
flex-flow: row wrap; | |||
justify-content: space-around; | |||
} | } |