fixed iframe sizing for mobile

This commit is contained in:
Ross Trottier 2024-08-15 14:40:06 -06:00
parent 4d837b4097
commit 730362ac79

View File

@ -1158,8 +1158,9 @@ COMPONENTS
margin-top: 0; margin-top: 0;
} }
.st-article .img-responsive { .st-article .img-responsive,
width: 100%; .st-article iframe {
max-width: 100%;
} }
.st-article-section-related-articles { .st-article-section-related-articles {