Better support for iframes

This commit is contained in:
John O'Nolan 2017-07-27 13:12:04 +04:00
parent 2b2d6e6d14
commit 35e91ecee9
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -718,6 +718,10 @@ Super neat trick courtesy of @JoelDrapper
max-width: none;
}
.post-full-content iframe {
margin: 0 auto 1.5em;
}
.post-full-content blockquote {
margin: 0 0 1.5em 0;
padding: 1.5em 0;