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;
|
this.img.src = this.images.default;
|
||||||
Object.assign(this.img.style, {
|
Object.assign(this.img.style, {
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
left: '50%',
|
left: '40%',
|
||||||
top: '65%',
|
top: '65%',
|
||||||
transform: 'translate(-50%, -50%)',
|
transform: 'translate(-50%, -50%)',
|
||||||
width: '62px',
|
width: '62px',
|
||||||
|
|||||||
Reference in New Issue
Block a user