diff --git a/animeCat.js b/animeCat.js index a99c360..9421e77 100644 --- a/animeCat.js +++ b/animeCat.js @@ -66,8 +66,8 @@ window.AnimeCat = class AnimeCat { top: '74%', transform: 'translate(-50%, -50%)', borderRadius: '50%', - width: '62px', // ODER: Teste 54, 70, 80 – wie es dir am besten gefällt! - height: '40px', + width: '54px', // ODER: Teste 54, 70, 80 – wie es dir am besten gefällt! + height: '50px', pointerEvents: 'none', zIndex: 1, filter: 'blur(6px)', // ruhig auch 14px für weichen Rand!