Wallet buttons max width + Receive in viewing wallet.

This commit is contained in:
Sebastiaan Pasma 2018-07-26 15:04:42 +02:00
commit d87c2e65f7
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
6 changed files with 24 additions and 9 deletions

View file

@ -70,8 +70,8 @@
}
}
.buttons {
margin-bottom: 0;
margin-top: 6px;
margin: 6px auto 0px;
max-width: 600px;
>.col {
padding: 5px 10px;
margin-bottom: 0;

View file

@ -192,8 +192,8 @@
}
.buttons {
margin-bottom: 0;
margin-top: 30px;
max-width: 600px;
margin: 30px auto 0;
>.col {
padding: 5px 10px;
margin-bottom: 0;