Skip to content

Commit

Permalink
Merge pull request #485 from starknet-id/fix/back-button-2
Browse files Browse the repository at this point in the history
fix: fix back button tokenid
  • Loading branch information
fricoben authored Nov 10, 2023
2 parents f849a2a + 31c151e commit d313ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/components/identitiesV1.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
}

.backButton {
margin-left: 4rem;
margin-top: calc(12vh + 64px);
margin-bottom: 64px;
margin-left: 2rem;
margin-top: calc(12vh + 2rem);
margin-bottom: 1rem;
}

.wrapperScreen {
Expand Down

0 comments on commit d313ced

Please sign in to comment.