Home.css:修订间差异
来自失传媒体中文维基
更多操作
状态:未填写 | 类型:未填写
| 第7行: | 第7行: | ||
overflow-y: auto; | overflow-y: auto; | ||
} | } | ||
.other-sites { | .other-sites { | ||
display: grid; | display: grid; | ||
| 第13行: | 第12行: | ||
justify-items: center; | justify-items: center; | ||
justify-content: center; | justify-content: center; | ||
} | } | ||
2026年4月7日 (二) 20:57的版本
.page-header-info {
display: none !important;
}
.recent-article {
max-height: 40vh;
overflow-y: auto;
}
.other-sites {
display: grid;
grid-template-columns: repeat(4, 1fr);
justify-items: center;
justify-content: center;
}