Skip to content

Commit

Permalink
feat: update Credentials component style
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMilanese90 committed Sep 28, 2023
1 parent 2f7700a commit e6667b4
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
.addressListContainer {
display: flex;
justify-content: space-between;
gap: 0 calc(var(--spacer) / 4);
flex-grow: 1;
flex-direction: column;
gap: calc(var(--spacer) / 4);
margin-top: calc(var(--spacer) / 2);
}

.addressListContainer > div {
width: 100%;
}

0 comments on commit e6667b4

Please sign in to comment.