Skip to content

Commit

Permalink
Redeem rewards button overlaps rewards amount on mobile steemit#1381 (s…
Browse files Browse the repository at this point in the history
…teemit#1396)

* Redeem rewards button overlaps rewards amount on mobile steemit#1381

* updates
  • Loading branch information
Mike authored and Valentine Zavgorodnev committed May 2, 2017
1 parent af7eb7c commit 34a5a0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/components/modules/UserWallet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
color: white;
margin-top: -0.5rem;
}
// spacing for mobile collapse
@media only screen and (max-width: 30em) {
.button {
margin-top: 1.5rem;
}
}
}

.WalletSubMenu {
Expand Down

0 comments on commit 34a5a0b

Please sign in to comment.