Move right data to up in post-card
This commit is contained in:
parent
1f85de1175
commit
129fc1973f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -880,7 +880,7 @@ make sure this only happens on large viewports / desktop-ish devices.
|
||||||
|
|
||||||
.post-card-large .post-card-content {
|
.post-card-large .post-card-content {
|
||||||
flex: 0 1 361px;
|
flex: 0 1 361px;
|
||||||
justify-content: center;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-card-large .post-card-title {
|
.post-card-large .post-card-title {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user