From 9ff79d3d79fc992cf579a8c56025e17f04cd927a Mon Sep 17 00:00:00 2001 From: Mario Leyva Date: Sat, 4 Dec 2021 14:21:06 -0500 Subject: [PATCH] [Bug] [Fixed] changed widths of article-img elements to fit within parent div --- app/assets/stylesheets/frontend/frontend_actions.css.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/frontend/frontend_actions.css.scss b/app/assets/stylesheets/frontend/frontend_actions.css.scss index cb2cd6e8..2821089e 100644 --- a/app/assets/stylesheets/frontend/frontend_actions.css.scss +++ b/app/assets/stylesheets/frontend/frontend_actions.css.scss @@ -2429,6 +2429,7 @@ figcaption span.attribution a { figure.article-img { font-size: 1.2em; margin-bottom: 0; + width: 92.5% !important; a { text-decoration: none;