Fixed alignment of buttons in Wallet Details on wide screens..

This commit is contained in:
Brendon Duncan 2018-08-08 16:10:58 +12:00
commit 5d3e11b7bb

View file

@ -193,7 +193,10 @@
} }
.send-receive-buttons { .send-receive-buttons {
max-width: 600px; display: flex;
flex-direction: row;
justify-content: space-evenly;
width: 100%;
position: absolute; position: absolute;
bottom: 20px; bottom: 20px;
@ -207,6 +210,7 @@
padding: 0 15px 0 15px; padding: 0 15px 0 15px;
text-align: center; text-align: center;
width: 100%; width: 100%;
max-width: 300px;
font-size: 19px; font-size: 19px;
font-weight: bolder; font-weight: bolder;
min-height: auto; min-height: auto;