diff --git a/index.html b/index.html index 9472c3a..5051ad4 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ $(window).scroll(function() { var scroll = $(window).scrollTop(); - if (scroll >= 1600) { + if (scroll >= 2280) { header.removeClass('scroll').addClass("fixed"); } else { header.removeClass("fixed").addClass('scroll'); @@ -112,19 +112,6 @@
Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie conse
-