chore: fix image width problem on mobile (iPhone) devices w/ CSS - img {max-width:100%}

closes #985, #801
This commit is contained in:
Mohammed Zama Khan 2016-03-18 10:48:26 -07:00 committed by Ward Bell
parent ac7097300a
commit 32fce431f0
1 changed files with 1 additions and 0 deletions

View File

@ -9,5 +9,6 @@
img {
border-radius: 4px;
display: inline-block;
max-width: 100%;
}
}