From 68b5f0caa3f8973760e52b3b8ac0ca2eac0e53da Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 04:37:51 +0200 Subject: [PATCH] Remove unused CSS for catSlot image --- index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.html b/index.html index 2b438e3..23eaa93 100644 --- a/index.html +++ b/index.html @@ -25,10 +25,6 @@ overflow: hidden; } - #catSlot img { - width: 10000px; - height: 50px; - } /* Außenschale für den Diff: overflow + max-height */ .diff-container {