From f1c20a97a3df112beb556f4f7d08a41240f366f1 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 07:30:28 +0200 Subject: [PATCH] Adjust horizontal position of anime cat image --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index c0e19d0..47912a1 100644 --- a/animeCat.js +++ b/animeCat.js @@ -78,7 +78,7 @@ window.AnimeCat = class AnimeCat { this.img.src = this.images.default; Object.assign(this.img.style, { position: 'absolute', - left: '50%', + left: '40%', top: '65%', transform: 'translate(-50%, -50%)', width: '62px',