From c780197d355dafda21d89884b470b889ba62a55b Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 3 Mar 2025 13:55:42 -0500 Subject: [PATCH] fix image dimensioning glitch --- public/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/index.css b/public/index.css index 31e655b..27b790c 100644 --- a/public/index.css +++ b/public/index.css @@ -99,9 +99,8 @@ body { .art { max-height: 50vh; - width: 400px; - max-width: 50vw; + max-width: min(400px, 50vw); margin: 5px; }