Skip to content

Commit 582b47f

Browse files
committed
ui: tighten nft tile sizing
1 parent 3b1dd46 commit 582b47f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

app/page.module.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -329,13 +329,13 @@
329329
}
330330

331331
.nftCard {
332-
padding: 14px;
332+
padding: 12px;
333333
border-radius: 20px;
334334
border: 1px solid rgba(255, 255, 255, 0.12);
335335
background: rgba(255, 255, 255, 0.06);
336336
display: flex;
337337
flex-direction: column;
338-
gap: 12px;
338+
gap: 10px;
339339
min-width: 0;
340340
}
341341

@@ -363,7 +363,7 @@
363363
.nftMeta {
364364
display: flex;
365365
flex-direction: column;
366-
gap: 6px;
366+
gap: 4px;
367367
min-width: 0;
368368
}
369369

@@ -374,7 +374,7 @@
374374
}
375375

376376
.nftLine {
377-
font-size: 12px;
377+
font-size: 11px;
378378
color: var(--muted);
379379
line-height: 1.4;
380380
}
@@ -415,13 +415,13 @@
415415
}
416416

417417
.dropTile {
418-
padding: 14px;
418+
padding: 12px;
419419
border-radius: 20px;
420420
border: 1px solid rgba(255, 255, 255, 0.12);
421421
background: rgba(255, 255, 255, 0.06);
422422
display: flex;
423423
flex-direction: column;
424-
gap: 12px;
424+
gap: 10px;
425425
min-width: 0;
426426
}
427427

@@ -449,7 +449,7 @@
449449
.dropTileBody {
450450
display: flex;
451451
flex-direction: column;
452-
gap: 6px;
452+
gap: 4px;
453453
min-width: 0;
454454
}
455455

@@ -460,7 +460,7 @@
460460
}
461461

462462
.dropTileLine {
463-
font-size: 12px;
463+
font-size: 11px;
464464
color: var(--muted);
465465
line-height: 1.4;
466466
}

0 commit comments

Comments
 (0)