From 6a9ff8ed1e1756f45d988b92505213ed169151d7 Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 3 Dec 2023 12:16:23 +0100 Subject: [PATCH] fixed max-width --- stylesheets/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index c8dfb7d..9fce050 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -521,7 +521,7 @@ border-radius: 3px; } .theme-Baupm.controller-news #content .news-page .news-content { - max-width: 50%; + max-width: 48%; min-width: 45%; } .theme-Baupm.controller-projects .wiki.description iframe {