css: fix autoprefixer warning about flex-end.

This commit is contained in:
evazion
2022-10-27 04:15:44 -05:00
parent 36b82f2b35
commit 57316dc622

View File

@@ -19,7 +19,7 @@
.post-preview-container {
display: flex;
place-items: end;
place-items: flex-end;
}
@media screen and (min-width: 660px) {