Skip to content

Commit

Permalink
Merge pull request #1032 from supreme2580/fix-1017
Browse files Browse the repository at this point in the history
Fix the weight of first section
  • Loading branch information
Marchand-Nicolas authored Feb 11, 2025
2 parents dc0a63a + 5024c0b commit 40d1083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
position: relative;
margin-top: 12vh;
overflow: auto;
display: flex;
justify-content: center;
}

.wrapperScreen {
display: inline-flex;
flex-direction: column;
width: 100%;
max-width: 1440px;
margin: 0 auto;
justify-content: center;
height: calc(100% - 12vh);
}
Expand Down

0 comments on commit 40d1083

Please sign in to comment.