Add figures to Mac detail stylesheet

This commit is contained in:
Thomas Pritchard 2019-09-04 10:19:50 +01:00
parent 0ba8f3b4e1
commit 5976923f23

View File

@ -122,9 +122,15 @@ code, pre {
pre { pre {
white-space: pre-wrap; white-space: pre-wrap;
} }
img, video { img, figure, video {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
margin: 0 auto;
}
figcaption {
font-size: 14px;
padding: 0;
} }
/*Block ads and junk*/ /*Block ads and junk*/