fix attach wallet styling for mobile

This commit is contained in:
keyan 2024-01-12 08:56:39 -06:00
parent 1dae33312f
commit 1d388942e9
1 changed files with 3 additions and 5 deletions

View File

@ -1,17 +1,15 @@
.walletGrid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
grid-gap: 20px;
justify-items: center;
align-items: center;
margin-top: 3rem;
margin-left: 20px;
margin-right: 20px;
}
.card {
width: 200px;
height: 150px;
width: 160px;
height: 180px;
}
.badge {