From f5c2814ee854113ef2aaec1ba56d5748e1a2dba9 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Fri, 30 Jun 2023 14:59:46 +0200 Subject: [PATCH] change animation main title, add id unlock img --- css/sprint_4.css | 8 ++++++++ index.html | 2 +- js/animations_custom.js | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/css/sprint_4.css b/css/sprint_4.css index fe972ba..9008cde 100644 --- a/css/sprint_4.css +++ b/css/sprint_4.css @@ -14432,3 +14432,11 @@ responsive land } } + + +@media all and (min-width: 1500px){ + + #main_title{ + top: 10vh; + } +} diff --git a/index.html b/index.html index d8a481d..0a48b20 100644 --- a/index.html +++ b/index.html @@ -67,7 +67,7 @@

- Open Sesame + Open Sesame Open Sesame

diff --git a/js/animations_custom.js b/js/animations_custom.js index aa9df44..b378343 100644 --- a/js/animations_custom.js +++ b/js/animations_custom.js @@ -94,7 +94,7 @@ if (enable_animations) { scrub: 1, markers: development_debug, }, - top: '30vw', + top: '15vw', width: '-40vw', })