Restrict iframe width to be at most 100%

This commit is contained in:
Maurice Parker 2019-09-04 17:41:58 -05:00
parent 25466a8aef
commit 7a8d23958b
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ code, pre {
pre { pre {
white-space: pre-wrap; white-space: pre-wrap;
} }
img, figure, video { img, figure, video, iframe {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
margin: 0 auto; margin: 0 auto;