restrict images to 100% width

This commit is contained in:
Dean Attali 2015-12-29 19:32:51 -02:00
parent c79f2f2173
commit 7f8a6848cf

View File

@ -77,6 +77,10 @@ img::-moz-selection {
background: transparent;
}
img {
max-width: 100%;
}
.disqus-comments {
margin-top: 30px;
}