Skip to content

Commit

Permalink
fix(passwordrecovery): fixed form gap
Browse files Browse the repository at this point in the history
  • Loading branch information
DBKai committed Dec 5, 2023
1 parent a97ee39 commit 2c7e60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PasswordRecovery/PasswordRecovery.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 60px;
gap: 32px;
}

&__label {
Expand Down

0 comments on commit 2c7e60f

Please sign in to comment.