Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
antox01 committed Sep 30, 2024
2 parents 07a7157 + 89283fa commit c70b98e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions styles/components/Header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
align-items: center;
height: 130px;
width: 100%;
/* Added styles for floating header */
position: fixed;
background-color:#061E33;
left: 0; /* Position at the left of the viewport */
z-index: 20; /* Ensure it stays on top of other elements */
margin-top: 0; /* Remove top margin as it's now fixed */
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional: Add a subtle shadow */
margin-top: 10px;
margin-bottom: 30px;
}


Expand Down
2 changes: 1 addition & 1 deletion styles/components/Layout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.pageContent {
margin-top: 150px; /* Adjust the value if your header height changes */
margin-top: 0; /* Adjust the value if your header height changes */
width: 97%;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit c70b98e

Please sign in to comment.