fix: heart posisition

This commit is contained in:
Matthew Florentino 2025-12-03 16:44:34 +07:00
parent 616f0b14f8
commit 15218074e9
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@
.container-first .hearts {
position: absolute;
bottom: 42%;
top: 322px;
left: 50%;
transform: translateX(-50%);
image-rendering: pixelated;

View File

@ -1,3 +1,3 @@
setTimeout(()=> {
window.location.href = "/game/firstperson.html"
}, 10000)
}, 5000)