Adjust horizontal position of anime cat image
This commit is contained in:
@@ -78,7 +78,7 @@ window.AnimeCat = class AnimeCat {
|
||||
this.img.src = this.images.default;
|
||||
Object.assign(this.img.style, {
|
||||
position: 'absolute',
|
||||
left: '50%',
|
||||
left: '40%',
|
||||
top: '65%',
|
||||
transform: 'translate(-50%, -50%)',
|
||||
width: '62px',
|
||||
|
||||
Reference in New Issue
Block a user