Merge pull request #571 from tiwariav/task/4166/dcl_fix_scroll

task/4166/dcl fix scroll
This commit is contained in:
Arvind Tiwari 2018-02-23 00:21:18 +05:30 committed by GitHub
commit 1e7ef77463
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -107,7 +107,7 @@
$('.navbar-collapse').addClass('collapsing');
if ($(href).length) {
$('html, body').animate({
scrollTop: $(href).offset().top
scrollTop: $(href).offset().top - 50
}, 1000);
}
});

View file

@ -12,7 +12,7 @@
.navbar-default .navbar-nav>li>a {
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
letter-spacing: 0.5px;
color: #777;
}
.navbar-transparent .navbar-nav>li>a {