feat(img): default to max-width: 100%

This commit is contained in:
Adam Bradley
2015-12-10 13:26:19 -06:00
parent 8929510197
commit ecb35c7c6c

View File

@ -36,6 +36,7 @@ strong {
// Remove border when inside `a` element in IE 8/9/10.
img {
border: 0;
max-width: 100%;
}
// Correct overflow not hidden in IE 9/10/11.