From c988f25e1e3ca6e521c99bd919f995855497c7bc Mon Sep 17 00:00:00 2001 From: frosso Date: Tue, 15 Jun 2021 08:56:00 -0500 Subject: [PATCH] justify content on images --- assets/css/admin.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/css/admin.scss b/assets/css/admin.scss index 4791d67fb88..11bf2748e80 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -235,6 +235,11 @@ display: flex; align-items: center; flex-direction: row; + justify-content: center; + + @media screen and (max-width: 500px) { + justify-content: left; + } li { margin-right: 8px;