limit image widths in posts

This commit is contained in:
Brian Picciano 2018-09-06 11:56:47 -04:00
parent 6ee1db2ec8
commit a0787edb40

View File

@ -109,3 +109,7 @@ ul {
#post-content ul {
margin-left: 1em;
}
#post-content img {
max-width: 100%;
}