From 2f7c22148b9e43adec4bded70603d24295fa7d4c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 07:06:30 +0200 Subject: [PATCH] Fix alignment and z-index in index.html --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f4dec75..93215be 100644 --- a/index.html +++ b/index.html @@ -168,10 +168,10 @@ background: radial-gradient(circle, rgba(255,230,100,0.9) 0%, rgba(255,230,100,0.15) 75%, rgba(0,0,0,0) 100%); position: absolute; left: 50%; top: 50%; - transform: translate(-50%, -60%); /* feinjustieren */ + transform: translate(-50%, -60%); width: 120px; height: 80px; pointer-events: none; - z-index: 1; /* Katze muss drĂ¼ber sein */ + z-index: 1; opacity: 1; transition: box-shadow 0.5s cubic-bezier(.8,.2,.2,1),