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

@@ -26,10 +26,4 @@ const {posts, page, totalPage, categories} = Astro.props
gap: 28px;
}
@media (max-width: 860px) {
.container{
flex-direction: column-reverse;
gap: 16px;
}
}
</style>