From 72e5d91eebff9c49f748a65400739b20483b9c09 Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 26 Nov 2023 12:02:10 +0100 Subject: [PATCH] limit news width --- stylesheets/application.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/stylesheets/application.css b/stylesheets/application.css index 7513bfa..72acc86 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -498,6 +498,9 @@ font-weight: bold; } +.theme-Baupm .controller-news #content .news-article { + max-width: 30%; +} @media screen and (max-width: 899px) { .theme-Baupm #header { color: #999;