change animation main title, add id unlock img
This commit is contained in:
parent
6d6218b1b3
commit
f5c2814ee8
@ -14432,3 +14432,11 @@ responsive land
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media all and (min-width: 1500px){
|
||||||
|
|
||||||
|
#main_title{
|
||||||
|
top: 10vh;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -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>
|
||||||
|
@ -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',
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user