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 images (#921)

This commit is contained in:
Sergey Panteleev
2024-01-13 00:11:28 +03:00
committed by GitHub
parent e97515b534
commit 0831bac8b3

View File

@@ -1884,6 +1884,10 @@ aside.tips div.inner {
border: 0;
padding: 10px;
}
.newsentry .newsimage img {
max-width: 350px;
}
/* }}} */
/* {{{ Logo Downloads */