Set width for iframes on blog posts

This commit is contained in:
Jessica Lawshe 2018-09-26 12:45:50 -05:00
parent 1182e1a9e3
commit aaac1fabfd

View file

@ -14,6 +14,9 @@
}
.blog {
iframe {
width: 100%;
}
> .page-header {
h1 {
margin: 0;