From aa649ffb78b721e9c04c1475d223a5402dcdb5cd Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 26 Nov 2023 12:19:00 +0100 Subject: [PATCH] more news styling --- stylesheets/application.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index ecae583..c81e1b0 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -488,7 +488,8 @@ display: none; } -.theme-Baupm .columns { +.theme-Baupm .columns, +.theme-Baupm .flex { display: flex; flex-flow: row wrap; justify-content: space-around; @@ -498,11 +499,6 @@ font-weight: bold; } -.theme-Baupm.controller-news #content { - display: flex; - flex-flow: row wrap; - justify-content: space-around; -} .theme-Baupm.controller-news #content .news-article { max-width: 30%; border: 1px solid #ddd;