UX: images should be responsive in embedded comments
This commit is contained in:
parent
fd58ca1903
commit
6a59187ae8
|
@ -70,6 +70,7 @@ article.post {
|
|||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
p {
|
||||
margin: 0 0 1em 0;
|
||||
|
|
Loading…
Reference in New Issue