Merge branch 'master' into task/3713/clean_up_css

This commit is contained in:
Arvind Tiwari 2018-02-23 01:38:19 +05:30
commit d22b57e011
2 changed files with 2 additions and 2 deletions

View file

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

View file

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