1
0

Increase vertical position of anime cat image

This commit is contained in:
2025-05-26 07:30:01 +02:00
parent b4a4ddc66d
commit a2033caf02

View File

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