From 46fc66971d76c73ab22cb37a607180645458bca7 Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Wed, 11 Feb 2026 13:08:52 -0600 Subject: [PATCH] fix huge project images on mobile --- src/static/css/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/static/css/App.css b/src/static/css/App.css index 2274632..35b46cf 100755 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -562,6 +562,7 @@ tr { .projImage > img { width: 100%; height: 100%; + max-height: 50vh; object-fit: contain; border-radius: 1em; }