css: fix autoprefixer warning about flex-end.
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
.post-preview-container {
|
.post-preview-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
place-items: end;
|
place-items: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 660px) {
|
@media screen and (min-width: 660px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user