1
0

Adjust vertical position of anime cat image

This commit is contained in:
2025-05-26 07:29:41 +02:00
parent 1c295cae81
commit 600b6c3bd1

View File

@@ -79,7 +79,7 @@ window.AnimeCat = class AnimeCat {
Object.assign(this.img.style, {
position: 'absolute',
left: '50%',
top: '44%',
top: '54%',
transform: 'translate(-50%, -50%)',
width: '62px',
height: '50px',