模板:MUCWikiHome/styles.css:修订间差异
来自MUC Wiki
更多操作
style: compact Citizen homepage status block |
style: tighten mobile homepage spacing |
||
| 第287行: | 第287行: | ||
@media screen and (max-width: 560px) { | @media screen and (max-width: 560px) { | ||
.mucwiki-home { | .mucwiki-home { | ||
gap: . | gap: .68rem; | ||
} | } | ||
| 第294行: | 第294行: | ||
.mucwiki-home-panel, | .mucwiki-home-panel, | ||
.mucwiki-home-resource-links { | .mucwiki-home-resource-links { | ||
padding: . | padding: .68rem .76rem; | ||
} | } | ||
.mucwiki-home-title { | .mucwiki-home-title { | ||
font-size: 1. | font-size: 1.34rem; | ||
} | |||
.mucwiki-home-intro { | |||
gap: .52rem; | |||
} | |||
.mucwiki-home-status { | |||
gap: .22rem; | |||
line-height: 1.45; | |||
} | } | ||