fix attach wallet styling for mobile
This commit is contained in:
parent
1dae33312f
commit
1d388942e9
@ -1,17 +1,15 @@
|
|||||||
.walletGrid {
|
.walletGrid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
|
||||||
grid-gap: 20px;
|
grid-gap: 20px;
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
margin-left: 20px;
|
|
||||||
margin-right: 20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
width: 200px;
|
width: 160px;
|
||||||
height: 150px;
|
height: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user