fixed some bugs

This commit is contained in:
@jcarymuhammedow
2026-04-17 18:38:16 +05:00
parent 68382648a8
commit 6ef7aa3c47
15 changed files with 171 additions and 39 deletions

View File

@@ -14,6 +14,9 @@
background-color: #fff;
margin-bottom: 1px;
border-bottom: 3px solid #f3f4f6;
position: sticky;
top: 0;
z-index: 100;
}
.btn{
@@ -38,7 +41,7 @@
background-color: #ffffff;
max-width: 1366px;
position: sticky;
top: 0;
top: 80px; // navbarUp yüksekliği kadar
padding-top: 12px;
padding-bottom: 12px;
padding-left: 1.375rem;
@@ -96,6 +99,9 @@
}
}
.navLinks {
width: 100%;
}
.navLinks ul {
list-style: none;
display: flex;