added width for news-page content

This commit is contained in:
2023-12-03 11:59:17 +01:00
parent e6b38012fd
commit 6485c04e28

View File

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