Center iframes and make them responsive (#209)

So if you add an image and an iframe (youtube embed), they behave the same at all resolutions.
This commit is contained in:
Christopher Chedeau 2017-11-01 13:40:11 -07:00 committed by Joel Marcey
parent d5f26a52d4
commit f19bd80d80

View file

@ -63,7 +63,7 @@ img {
height: auto;
}
article p img {
article p img, article iframe {
max-width: 100%;
display: block;
margin-left: auto;