From ead9bdf986871b99af0e432145f54fd695c4774f Mon Sep 17 00:00:00 2001 From: ch0ccyra1n Date: Wed, 9 Nov 2022 16:56:50 -0800 Subject: [PATCH] set max-width to 500px for images --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 07b000e..d623d9f 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -89,7 +89,7 @@ body { } img { - max-width: 100%; + max-width: 500px; max-height: 100%; }