Skip to content

Commit

Permalink
Removed margin on the content
Browse files Browse the repository at this point in the history
  • Loading branch information
antox01 committed Sep 25, 2024
1 parent 56430f9 commit e5fe729
Showing 1 changed file with 1 addition and 1 deletion.
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 e5fe729

Please sign in to comment.