rebuild with gatsby
This commit is contained in:
19
src/styles/Home.module.css
Normal file
19
src/styles/Home.module.css
Normal 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user