Put a max-size on inlined images
This commit is contained in:
parent
312e3674c3
commit
473e84916f
2 changed files with 12 additions and 0 deletions
|
@ -66,6 +66,12 @@
|
|||
margin: -3px 0 0;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 400px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
p, pre, blockquote {
|
||||
margin-bottom: 20px;
|
||||
white-space: pre-wrap;
|
||||
|
|
|
@ -800,6 +800,12 @@
|
|||
margin: -3px 0 0;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
max-height: 400px;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 20px;
|
||||
white-space: pre-wrap;
|
||||
|
|
Loading…
Reference in a new issue