Skip to content

Commit

Permalink
Update Home.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
yokomac committed Mar 19, 2024
1 parent 5b94c37 commit 34258bf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
display: flex;
flex-direction: column;
align-items: center;
height: 100vh;
justify-content: space-between;
position: sticky;
}
Expand Down Expand Up @@ -164,16 +163,14 @@
display: flex;
flex-direction: column;
align-items: center;
height: auto;
min-height: 100vh;
}

.navi {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: initial;
height: auto;
}

.contact {
Expand Down

0 comments on commit 34258bf

Please sign in to comment.