Don't let images overflow content
This commit is contained in:
parent
046c4d47a9
commit
6eb881f361
|
@ -141,3 +141,6 @@ label.sidebar-toggle > .oi {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-content img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue