From 9957ee3f04c651fa6924a552a244b482846994d6 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 3 Mar 2025 13:54:58 -0500 Subject: [PATCH] more reasonable image dimensions --- public/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/index.css b/public/index.css index 815e676..31e655b 100644 --- a/public/index.css +++ b/public/index.css @@ -98,7 +98,10 @@ body { } .art { - height: 150px; + max-height: 50vh; + width: 400px; + + max-width: 50vw; margin: 5px; }