From 57c780359cc9f3561ecead23b60e61fefb1ad1cc Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 07:40:38 +0200 Subject: [PATCH] Reposition glow element in animeCat.js --- animeCat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/animeCat.js b/animeCat.js index e2bbdb5..87c3283 100644 --- a/animeCat.js +++ b/animeCat.js @@ -61,8 +61,8 @@ window.AnimeCat = class AnimeCat { this.glow.id = 'cat-glow'; Object.assign(this.glow.style, { position: 'absolute', - left: '50%', - top: '50%', + left: '40%', + top: '60%', transform: 'translate(-50%, -50%)', borderRadius: '50%', width: '80px', // vorher 120px