Pull in styles that made it into iOS, but were forgotten on Mac.

This commit is contained in:
Maurice Parker 2020-03-19 07:51:46 -05:00
parent 14c0c0b516
commit a0db54568e
1 changed files with 11 additions and 5 deletions

View File

@ -173,14 +173,20 @@ code, pre {
padding: 0; padding: 0;
} }
video { img, figure, iframe, div {
width: 100% !important; max-width: 100%;
height: auto !important; height: auto !important;
margin: 0 auto; margin: 0 auto;
} }
iframe { figure {
max-width: 100%; margin-bottom: 1em;
margin-top: 1em;
}
video {
width: 100% !important;
height: auto !important;
margin: 0 auto; margin: 0 auto;
} }