Put a max-size on inlined images
This commit is contained in:
parent
c034676fdf
commit
a90d4cf4a4
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