Skip to content

Commit

Permalink
fix: add row-gap to <AuthCard>
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackThrough committed Dec 20, 2023
1 parent 2730573 commit 0ec7d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/atoms/auth/AuthCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
border-radius: 16px;
display: flex;
flex-direction: column;
row-gap: 32px;
}
.legal-docs-container {
Expand Down

0 comments on commit 0ec7d48

Please sign in to comment.