From da1210d682cbaceba54900318d9b0feda913c42c Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Sun, 2 Feb 2025 23:21:41 +0000 Subject: [PATCH] fix image sizing --- src/static/style/mobile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index 75b6f09..9ba65db 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -117,7 +117,7 @@ a{ } .project-thumb{ - max-width: 100%; + min-width: 100%; max-height: 100%; }