1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Set max-width for news item images

This commit is contained in:
Sergey Panteleev
2024-01-16 16:51:59 +03:00
parent 448761a9fd
commit 84a97774b1

View File

@@ -1885,7 +1885,8 @@ aside.tips div.inner {
padding: 10px;
}
.newsentry .newsimage img {
.newsentry .newsimage img,
.newsItem .newsImage img {
max-width: 350px;
}
/* }}} */