模板:首页/styles.css:修订间差异
外观
无编辑摘要 |
无编辑摘要 |
||
| 第89行: | 第89行: | ||
.homepage-grid { | .homepage-grid { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); | grid-template-columns: repeat(auto-fit, minmax(min(100%, 450px), 1fr)); | ||
gap: 1em; | |||
grid-auto-flow: dense; | grid-auto-flow: dense; | ||
} | } | ||
@media (max-width: 480px) { | @media (max-width: 480px) { | ||
.homepage-grid { | .homepage-grid { | ||