Better support for iframes
This commit is contained in:
parent
2b2d6e6d14
commit
35e91ecee9
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -718,6 +718,10 @@ Super neat trick courtesy of @JoelDrapper
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-full-content iframe {
|
||||||
|
margin: 0 auto 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.post-full-content blockquote {
|
.post-full-content blockquote {
|
||||||
margin: 0 0 1.5em 0;
|
margin: 0 0 1.5em 0;
|
||||||
padding: 1.5em 0;
|
padding: 1.5em 0;
|
||||||
|
|
Loading…
Reference in New Issue