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', })