From 1805d0531b30b06c18475023a368d637e8445eb1 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Mon, 3 Feb 2025 23:58:15 +0000 Subject: [PATCH] Minor CSS Tweak to Project Images --- src/static/style/mobile.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index 9ba65db..2f371a2 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -117,8 +117,10 @@ a{ } .project-thumb{ - min-width: 100%; - max-height: 100%; + max-width: 100%; + max-height: 50%; + display: block; + margin: 0 auto 0 auto; } #filter {