Minor Bug Fix

This commit is contained in:
G Abin Roy 2024-02-16 18:10:59 +05:30
parent af4e7482bc
commit 17da0e4c46
2 changed files with 6 additions and 1 deletions

View File

@ -115,6 +115,11 @@ body{
left: 0;
}
.header
{
background: #002e5f;
}
.header .navbar ul{
list-style-type: none;
display: flex;

View File

@ -9,7 +9,7 @@ $(document).ready(function(){
$('.fa-bars').removeClass('fa-times');
$('.navbar').removeClass('nav-toggle');
if($(window).scrollTop()>49)
if($(window).scrollTop()>50)
{
$('.header').css({'background':'#08509c','box-shadow':'none'});
// $('.header .navbar ul li a').css({'color':'#000000'});