This commit is contained in:
2025-01-29 18:22:58 +05:30
parent 8aaea4bd32
commit b4001596d3
207 changed files with 13267 additions and 2341 deletions

View File

@@ -1,13 +1,16 @@
header {
padding: 20px;
background-color: #ffffff;
border-bottom: 1px solid #F2F2F2;
position: fixed;
top: 0;
width: 97%;
z-index: 1000;
}
.header.scrolled {
border-bottom: 1px solid #F2F2F2;
}
.header-container {
display: flex;
justify-content: space-between;