feat: 调整布局

This commit is contained in:
2026-07-20 23:19:16 +08:00
parent 1ddaabe64b
commit 0b18d55712
3 changed files with 5 additions and 8 deletions

View File

@@ -220,6 +220,10 @@ posts.map((post) => {
@media (max-width: 860px) {
.post-list{
gap: 16px;
}
.post-card {
padding: 16px;
}
@@ -240,6 +244,4 @@ posts.map((post) => {
}
}
</style>