模板:首页/styles.css:修订间差异
外观
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的1个中间版本) | |||
| 第33行: | 第33行: | ||
color: var(--color-link); | color: var(--color-link); | ||
text-decoration: none; | text-decoration: none; | ||
white-space: | white-space: normal; | ||
} | } | ||
@media (max-width: 480px) { | @media (max-width: 480px) { | ||
| 第124行: | 第124行: | ||
.mw-parser-output { | .mw-parser-output { | ||
min-width: 0 !important; | min-width: 0 !important; | ||
} | |||
@media (max-width: 450px) { | |||
.homepage-grid { | |||
grid-template-columns: 1fr !important; | |||
} | |||
} | } | ||