diff --git a/animeCat.js b/animeCat.js index 47912a1..ef3b88f 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: '57%', + left: '40%', + top: '65%', transform: 'translate(-50%, -50%)', borderRadius: '50%', width: '120px',