Don't let images overflow content

This commit is contained in:
Shadowfacts 2020-07-18 10:13:25 -04:00
parent 046c4d47a9
commit 6eb881f361
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 3 additions and 0 deletions

View File

@ -141,3 +141,6 @@ label.sidebar-toggle > .oi {
display: inline-block;
}
.post-content img {
max-width: 100%;
}