Further adjust glow position in animeCat.js
This commit is contained in:
@@ -63,7 +63,7 @@ window.AnimeCat = class AnimeCat {
|
||||
Object.assign(this.glow.style, {
|
||||
position: 'absolute',
|
||||
left: '40%',
|
||||
top: '70%',
|
||||
top: '72%',
|
||||
transform: 'translate(-50%, -50%)',
|
||||
borderRadius: '50%',
|
||||
width: '70px', // ODER: Teste 54, 70, 80 – wie es dir am besten gefällt!
|
||||
|
||||
Reference in New Issue
Block a user