打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模板:留言板/styles.css:修订间差异

来自厕所总部
Yang留言 | 贡献
创建页面,内容为“#citizen-section-0 { display: grid; grid-template-columns: repeat(auto-fit, minmax(192px, 1fr)); gap: 1rem; justify-items: center; }”
(没有差异)

2025年5月25日 (日) 17:55的版本

#citizen-section-0 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  gap: 1rem;
  justify-items: center;
}