This commit is contained in:
2024-07-01 17:04:18 +05:45
parent 3d14348528
commit 3a77e62a5c
38 changed files with 1187 additions and 606 deletions

View File

@ -152,7 +152,7 @@ h6,
p {
margin-top: 0;
margin-bottom: 1rem;
color: #000;
color: #6c757d;
}
abbr[title],

View File

@ -252,12 +252,15 @@ h6{
}
.navbar-light .navbar-brand img {
max-height: 60px;
max-height: 100px;
transition: .5s;
}
.sticky-top .navbar-light .navbar-brand img {
max-height: 45px;
max-height: 100px;
}
.icons{
margin-left:100px;
}
.navbar .dropdown-toggle::after {