1
0

Revert adjustment to position of anime cat image

This commit is contained in:
2025-05-26 08:11:23 +02:00
parent 913a890c4d
commit 87bb4a436f

View File

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