@@ -112,12 +113,6 @@ posts.map((post) => {
overflow: hidden;
}
- .post-cover img {
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
-
.post-body {
flex: 1;
min-width: 0;
diff --git a/src/pages/index.astro b/src/pages/index.astro
index bfbaed7..e2c08f3 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -16,7 +16,7 @@ const { list, total } = await http.get>("posts", {
const totalPage = Math.ceil(total / metadata.postPageSize);
---
-
+
+
-
+