Apply figure styles to iOS as well
This commit is contained in:
parent
d3ad4b52a3
commit
091b43a9fb
|
@ -125,9 +125,15 @@ code, pre {
|
|||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
img, video {
|
||||
img, figure, video {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
font-size: 14px;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
/*Block ads and junk*/
|
||||
|
|
Loading…
Reference in New Issue