fix: heart posisition
This commit is contained in:
parent
616f0b14f8
commit
15218074e9
@ -104,7 +104,7 @@
|
|||||||
|
|
||||||
.container-first .hearts {
|
.container-first .hearts {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 42%;
|
top: 322px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
setTimeout(()=> {
|
setTimeout(()=> {
|
||||||
window.location.href = "/game/firstperson.html"
|
window.location.href = "/game/firstperson.html"
|
||||||
}, 10000)
|
}, 5000)
|
||||||
Loading…
x
Reference in New Issue
Block a user