From 6485c04e284e9d37095c834341cb3871686745f6 Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 3 Dec 2023 11:59:17 +0100 Subject: [PATCH] added width for news-page content --- stylesheets/application.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/application.css b/stylesheets/application.css index c17d5ad..de2a16c 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -510,6 +510,7 @@ .theme-Baupm .gototop { text-align: center; } +.theme-Baupm.controller-news #content .news-page .news-content, .theme-Baupm.controller-news #content .news-article { max-width: 32%; border: 1px solid #ddd; @@ -519,6 +520,9 @@ line-height: 1.5em; border-radius: 3px; } +.theme-Baupm.controller-news #content .news-page .news-content { + max-width: 50%; +} .theme-Baupm.controller-projects .wiki.description iframe { display: none; }