limit image widths in posts
This commit is contained in:
parent
6ee1db2ec8
commit
a0787edb40
@ -109,3 +109,7 @@ ul {
|
||||
#post-content ul {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
#post-content img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user