Increase vertical position of anime cat image
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user