From ca00196cfee4c7a3adacdeae8f01ca83dfda2902 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 04:37:04 +0200 Subject: [PATCH] Increase cat image width to 70px and height to 50px --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5bdb9c7..1386f74 100644 --- a/index.html +++ b/index.html @@ -26,8 +26,8 @@ } #catSlot img { - width: 60px; - height: 60px; + width: 70px; + height: 50px; } /* Außenschale für den Diff: overflow + max-height */