fix attach wallet styling for mobile

This commit is contained in:
keyan 2024-01-12 08:56:39 -06:00
parent 1dae33312f
commit 1d388942e9

View File

@ -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 {