restrict images to 100% width
This commit is contained in:
parent
c79f2f2173
commit
7f8a6848cf
@ -77,6 +77,10 @@ img::-moz-selection {
|
|||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.disqus-comments {
|
.disqus-comments {
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user