From 5ededc07275e29d28580779f17c9ba5ee916d01f Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Thu, 4 Jan 2024 22:24:13 +1300 Subject: [PATCH] css tweak --- app/static/structure.css | 2 +- app/static/structure.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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%; } }