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 128bd27 commit 43c24fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
.navi {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
height: 100vh;
position: sticky;
top: 0;
}
Expand Down Expand Up @@ -165,6 +163,7 @@
flex-direction: column;
align-items: center;
min-height: 100%;
position: none;
}

.navi {
Expand Down

0 comments on commit 43c24fb

Please sign in to comment.