Skip to content

Commit 0831bac

Browse files
authored
Set max-width for news images (#921)
1 parent e97515b commit 0831bac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/theme-base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,6 +1884,10 @@ aside.tips div.inner {
18841884
border: 0;
18851885
padding: 10px;
18861886
}
1887+
1888+
.newsentry .newsimage img {
1889+
max-width: 350px;
1890+
}
18871891
/* }}} */
18881892

18891893
/* {{{ Logo Downloads */

0 commit comments

Comments
 (0)