1
0

Further adjust vertical position of anime cat image

This commit is contained in:
2025-05-26 07:29:48 +02:00
parent 600b6c3bd1
commit b4a4ddc66d

View File

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