From 57316dc622acd601dd2bf4c414effd7a8016b482 Mon Sep 17 00:00:00 2001 From: evazion Date: Thu, 27 Oct 2022 04:15:44 -0500 Subject: [PATCH] css: fix autoprefixer warning about flex-end. --- .../post_gallery_component/post_gallery_component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/post_gallery_component/post_gallery_component.scss b/app/components/post_gallery_component/post_gallery_component.scss index 86573eaf0..219f41e8d 100644 --- a/app/components/post_gallery_component/post_gallery_component.scss +++ b/app/components/post_gallery_component/post_gallery_component.scss @@ -19,7 +19,7 @@ .post-preview-container { display: flex; - place-items: end; + place-items: flex-end; } @media screen and (min-width: 660px) {