Skip to content

Commit 84a9777

Browse files
committed
Set max-width for news item images
1 parent 448761a commit 84a9777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

styles/theme-base.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,8 @@ aside.tips div.inner {
18851885
padding: 10px;
18861886
}
18871887

1888-
.newsentry .newsimage img {
1888+
.newsentry .newsimage img,
1889+
.newsItem .newsImage img {
18891890
max-width: 350px;
18901891
}
18911892
/* }}} */

0 commit comments

Comments
 (0)