1
0

Adjust position of anime cat image

This commit is contained in:
2025-05-26 08:10:27 +02:00
parent 553241432b
commit 913a890c4d

View File

@@ -81,8 +81,8 @@ window.AnimeCat = class AnimeCat {
this.img.src = this.images.default;
Object.assign(this.img.style, {
position: 'absolute',
left: '40%',
top: '65%',
left: '38%',
top: '66%',
transform: 'translate(-50%, -50%)',
width: '62px',
height: '50px',