@@ -31,6 +34,7 @@ export default function Home() {
title="社会管理法律"
description="小组研讨真实法律案件的案情和判决"
date="2022-07-06"
+ bg={bg486}
/>
diff --git a/styles/Home.module.css b/styles/Home.module.css
index 2612777..83ed7b9 100644
--- a/styles/Home.module.css
+++ b/styles/Home.module.css
@@ -7,5 +7,12 @@
.postPreview {
padding: 0.5rem;
border-radius: 1rem;
+}
+
+.postPreviewWrap {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-around;
+ align-items: center;
cursor: pointer;
}