From 6797891cf8d3a58091bc8c16a5cc4e2801f8f016 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 03:48:39 +0200 Subject: [PATCH] auto-git: [change] animeCat.js --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index f5eae76..c0e16ce 100644 --- a/animeCat.js +++ b/animeCat.js @@ -218,7 +218,7 @@ window.AnimeCat = class AnimeCat { const heart = document.createElement('span'); heart.textContent = emoji; heart.style.position = 'absolute'; - heart.style.left = '50%'; + heart.style.left = '20%'; heart.style.bottom= '45%'; heart.style.fontSize = `${16 + Math.random() * 14}px`; heart.style.pointerEvents = 'none';