fix margins
This commit is contained in:
@@ -146,6 +146,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
article.post-preview {
|
article.post-preview {
|
||||||
@@ -173,15 +174,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user-disable-cropped-false {
|
.user-disable-cropped-false {
|
||||||
article {
|
article.post-preview {
|
||||||
width: 150px;
|
width: 33.3%;
|
||||||
height: 150px;
|
height: 33.3vw;
|
||||||
margin: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 150px;
|
width: 100%;
|
||||||
height: 150px;
|
height: 33.3vw
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user