Commit 4e09395a by LJM

add

parent de5f3ea4
Showing with 1 additions and 1 deletions
......@@ -68,7 +68,7 @@
$(document).on('click', '.customerBtn', function (event) {
event.preventDefault();
var cooperationPosition = $('.cooperation').offset().top;
var cooperationPosition = $('.cooperation').offset().top-150;
$('html, body').animate({
scrollTop: cooperationPosition
}, 'slow');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment