Skip to content

Commit

Permalink
style: centralize login comp
Browse files Browse the repository at this point in the history
  • Loading branch information
Xecades committed Jan 31, 2024
1 parent a49487c commit 60d5bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LoginComp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ async function login() {
}
.wrapper {
margin-top: 50%;
margin-top: 50vh;
padding: 0 1rem;
transform: translateY(-50%);
}
Expand Down

0 comments on commit 60d5bad

Please sign in to comment.