模板:留言板/styles.css:修订间差异
来自ToiletMC
更多操作
创建页面,内容为“#citizen-section-0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(192px, 1fr)); gap: 1rem; justify-items: center; }” |
无编辑摘要 |
||
第2行: | 第2行: | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(auto-fit, minmax(192px, 1fr)); | grid-template-columns: repeat(auto-fit, minmax(192px, 1fr)); | ||
gap: | gap: 6px; | ||
justify-items: center; | justify-items: center; | ||
} | } |