From 730362ac799827a365a7798cd0c1595a4b49d63c Mon Sep 17 00:00:00 2001 From: Ross Trottier Date: Thu, 15 Aug 2024 14:40:06 -0600 Subject: [PATCH] fixed iframe sizing for mobile --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 5e2e3ff..b1ffc0a 100644 --- a/style.css +++ b/style.css @@ -1158,8 +1158,9 @@ COMPONENTS margin-top: 0; } -.st-article .img-responsive { - width: 100%; +.st-article .img-responsive, +.st-article iframe { + max-width: 100%; } .st-article-section-related-articles {