From aaac1fabfda8a13e5bc74d8a00fb52d5e95634d9 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Wed, 26 Sep 2018 12:45:50 -0500 Subject: [PATCH] Set width for iframes on blog posts --- services/web/public/stylesheets/app/blog.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/web/public/stylesheets/app/blog.less b/services/web/public/stylesheets/app/blog.less index 1e474e54d5..190e2562db 100644 --- a/services/web/public/stylesheets/app/blog.less +++ b/services/web/public/stylesheets/app/blog.less @@ -14,6 +14,9 @@ } .blog { + iframe { + width: 100%; + } > .page-header { h1 { margin: 0;