模板:Sanlan.css:修订间差异
外观
创建页面,内容为“→三栏: .claw-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; } @media (max-width: 768px) { .claw-grid { grid-template-columns: 1fr; } }” |
无编辑摘要 |
||
(未显示同一用户的3个中间版本) | |||
第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; | ||
} | } | ||