Skip to content

Commit

Permalink
feat: Improve ConnectWalletPage styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoroldos committed Aug 7, 2023
1 parent 0734d91 commit 3626604
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@
display: none;
@include mq(medium) {
display: block;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
& > p {
Expand Down

0 comments on commit 3626604

Please sign in to comment.