fix margins

This commit is contained in:
Albert Yi
2018-07-10 15:12:32 -07:00
parent 6ea3d7983e
commit 0fe0d23a62

View File

@@ -146,6 +146,7 @@
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
}
article.post-preview {
@@ -173,15 +174,14 @@
}
.user-disable-cropped-false {
article {
width: 150px;
height: 150px;
margin: 5px;
article.post-preview {
width: 33.3%;
height: 33.3vw;
}
img {
width: 150px;
height: 150px;
width: 100%;
height: 33.3vw
}
}