Preventing images in articles to grow too much.

This commit is contained in:
Sergiotarxz 2023-09-08 02:18:18 +02:00
parent 6ff1b482ed
commit d86786d59f
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@ body {
body div.page-contents div.child-categories-mobile a {
padding-left: 2.5rem; }
body div.page-contents img {
max-width: 100%;
max-width: 700px;
margin-left: auto;
margin-right: auto;
display: block; }

View File

@ -310,7 +310,7 @@ body {
}
img {
max-width: 100%;
max-width: 700px;
margin-left: auto;
margin-right: auto;
display: block;