re-issued image size fix

This commit is contained in:
Atomos821 2020-11-22 23:41:15 +01:00
parent 305b259814
commit ca18a72105
2 changed files with 2 additions and 2 deletions

View File

@ -507,7 +507,7 @@ a {
filter: invert(0.15); filter: invert(0.15);
} }
.doc-typography img { .doc-typography img {
width: 100%; max-width: 100%;
} }
.doc-typography .doc-alert, .doc-typography .doc-alert,
.doc-typography .doc-info, .doc-typography .doc-info,

View File

@ -359,7 +359,7 @@ a {
} }
img { img {
width: 100%; max-width: 100%;
} }
.doc-alert, .doc-alert,