re-issued image size fix
This commit is contained in:
parent
305b259814
commit
ca18a72105
@ -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,
|
||||||
|
@ -359,7 +359,7 @@ a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.doc-alert,
|
.doc-alert,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user