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; }