diff --git a/node/src/files/javascript/semantic.js b/node/src/files/javascript/semantic.js index c5c179253..6949b8834 100755 --- a/node/src/files/javascript/semantic.js +++ b/node/src/files/javascript/semantic.js @@ -436,7 +436,7 @@ semantic.ready = function() { $waypoint = $waypoints.eq( $group.index( $header ) ), offset ; - offset = $waypoint.offset().top - 80; + offset = $waypoint.offset().top - 70; if(!$header.hasClass('active') ) { $menu .addClass('animating')