home page add image

This commit is contained in:
2022-07-09 10:20:13 +08:00
parent 9735880cd2
commit cc27e134e7
3 changed files with 30 additions and 7 deletions

View File

@@ -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;
}