Apply figure styles to iOS as well

This commit is contained in:
Thomas Pritchard 2019-09-04 11:24:19 +01:00
parent d3ad4b52a3
commit 091b43a9fb
1 changed files with 7 additions and 1 deletions

View File

@ -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*/