adjust postPreview style
This commit is contained in:
@@ -1,18 +1,19 @@
|
|||||||
.container {
|
.container {
|
||||||
margin-left: 2rem;
|
|
||||||
margin-right: 2rem;
|
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postPreview {
|
.postPreview {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
|
max-width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postPreviewWrap {
|
.postPreviewWrap {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
padding-left: 10%;
|
||||||
|
padding-right: 10%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user