模板:Sanlan.css:修订间差异
外观
Admin将页面模板:Sanlan.css的内容模型从“wikitext”更改为“已过滤的CSS” |
无编辑摘要 |
||
(未显示同一用户的2个中间版本) | |||
第1行: | 第1行: | ||
/* 三栏 */ | /* 三栏 */ | ||
.claw-grid { | .claw-grid { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(3, 1fr); | grid-template-columns: repeat(3, 1fr); | ||
gap: | gap: 0.5rem; | ||
} | } | ||