Pull in styles that made it into iOS, but were forgotten on Mac.
This commit is contained in:
parent
14c0c0b516
commit
a0db54568e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue