From a2fcba47074e4c421aaecdfd869bb90af0fbef3b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 04:37:21 +0200 Subject: [PATCH] Decrease cat image height to 40px --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2431df3..a95b477 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ #catSlot img { width: 80px; - height: 50px; + height: 40px; } /* Außenschale für den Diff: overflow + max-height */