Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed May 24, 2024
1 parent 08fca00 commit 54dd917
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions src/components/welcome/MyAccounts/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,18 @@
'a c d';
}

.safeLink :nth-child(1) { grid-area: a; }
.safeLink :nth-child(2) { grid-area: b; }
.safeLink :nth-child(3) { grid-area: c; }
.safeLink :nth-child(4) { grid-area: d; }
.safeLink :nth-child(1) {
grid-area: a;
}
.safeLink :nth-child(2) {
grid-area: b;
}
.safeLink :nth-child(3) {
grid-area: c;
}
.safeLink :nth-child(4) {
grid-area: d;
}
}

.safeAddress {
Expand Down

0 comments on commit 54dd917

Please sign in to comment.