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