chore: fix image width problem on mobile (iPhone) devices w/ CSS - img {max-width:100%}
closes #985, #801
This commit is contained in:
parent
ac7097300a
commit
32fce431f0
|
@ -9,5 +9,6 @@
|
||||||
img {
|
img {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue