1
0

Decrease vertical position of anime cat image

This commit is contained in:
2025-05-26 07:30:14 +02:00
parent a2033caf02
commit 6cc3bf7a93

View File

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