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;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 100% !important;
|
||||
img, figure, iframe, div {
|
||||
max-width: 100%;
|
||||
height: auto !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
iframe {
|
||||
max-width: 100%;
|
||||
figure {
|
||||
margin-bottom: 1em;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
video {
|
||||
width: 100% !important;
|
||||
height: auto !important;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue