Added Brian Warren's image stretching fix to the iOS app

This commit is contained in:
Maurice Parker 2019-09-05 13:21:14 -05:00
parent 00b2756526
commit 988ec75d75
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ pre {
} }
img, figure, video, iframe { img, figure, video, iframe {
max-width: 100%; max-width: 100%;
height: auto; height: auto !important;
margin: 0 auto; margin: 0 auto;
} }