Fixed navbar

This commit is contained in:
ITQ
2024-04-02 22:45:22 +03:00
parent 747e199b84
commit 162e492f93
3 changed files with 58 additions and 40 deletions
@@ -5,13 +5,15 @@
justify-content:space-between;
align-items: center;
padding: 0px 32px;
}
.header_no_index {
width: 100%;
z-index: 999;
position: fixed;
width: 100%;
top: 0;
background-color: hsl(var(--background));
}
@logo-size: 80px;