re-issued image size fix

This commit is contained in:
SPT-dev 2023-03-02 21:10:08 -05:00
parent 831c5d7a49
commit 6147385c68
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,