change animation main title, add id unlock img

This commit is contained in:
Tykayn 2023-06-30 14:59:46 +02:00 committed by tykayn
parent 6d6218b1b3
commit f5c2814ee8
3 changed files with 10 additions and 2 deletions

View File

@ -14432,3 +14432,11 @@ responsive land
} }
} }
@media all and (min-width: 1500px){
#main_title{
top: 10vh;
}
}

View File

@ -67,7 +67,7 @@
<section id="open"> <section id="open">
<div id="open-handle"></div> <div id="open-handle"></div>
<h2 class="text"> <h2 class="text">
<img src="/img/unlock.png" alt="Open Sesame"> <img src="/img/unlock.png" alt="Open Sesame" id="unlock">
<img src="/img/unlock_white.png" alt="Open Sesame" id="unlock_white"> <img src="/img/unlock_white.png" alt="Open Sesame" id="unlock_white">
</h2> </h2>
</section> </section>

View File

@ -94,7 +94,7 @@ if (enable_animations) {
scrub: 1, scrub: 1,
markers: development_debug, markers: development_debug,
}, },
top: '30vw', top: '15vw',
width: '-40vw', width: '-40vw',
}) })