From 8718c2d37ba852efc27fa777cc31ade5290f095f Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 26 Nov 2023 12:23:36 +0100 Subject: [PATCH] it might get better --- stylesheets/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index c81e1b0..9781d46 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -492,7 +492,7 @@ .theme-Baupm .flex { display: flex; flex-flow: row wrap; - justify-content: space-around; + justify-content: space-between; } .theme-Baupm #content .reporting-list li .label { @@ -500,7 +500,7 @@ } .theme-Baupm.controller-news #content .news-article { - max-width: 30%; + max-width: 32%; border: 1px solid #ddd; padding: 8px; margin: 0 0 20px 0;