diff --git a/app/static/structure.css b/app/static/structure.css index b0c140ff..20ec1bc0 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -396,7 +396,7 @@ fieldset legend { margin-left: auto; margin-right: auto; } -.card .card-body > p > img { +.card .card-body > p > img, .card .card-body > p > a > img { max-width: 100%; } diff --git a/app/static/structure.scss b/app/static/structure.scss index 36acb17c..53623d4d 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -50,7 +50,7 @@ nav, etc which are used site-wide */ margin-left: auto; margin-right: auto; - .card-body > p > img { + .card-body > p > img, .card-body > p > a > img { max-width: 100%; } }