From 17e3296774cf87ce91970a33a86fc26db1a803a6 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Sat, 8 Mar 2025 11:44:00 +0000 Subject: [PATCH] Fix image sizing --- src/static/style/mobile.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index 2f371a2..ddf31b8 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -214,4 +214,5 @@ label{ #article>p>img{ display: block; margin: 0 auto 0 auto; + max-width: 100%; } \ No newline at end of file