rebuild with gatsby

This commit is contained in:
2022-10-24 02:55:16 +08:00
parent 7defcb61a2
commit f26a62925a
46 changed files with 26630 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
.container {
margin-top: 2rem;
}
.postPreview {
padding: 0.5rem;
border-radius: 1rem;
max-width: 70%;
}
.postPreviewWrap {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
cursor: pointer;
padding-left: 10%;
padding-right: 10%;
}