Skip to content

Commit e3b63a3

Browse files
committed
fix: the token card desgin
1 parent b14dec0 commit e3b63a3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/CCIP/Cards/TokenCard.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
flex-direction: column;
5959
align-items: center;
6060
justify-content: center;
61+
padding: var(--space-6x);
6162
width: 100%;
6263
background: var(--white);
6364
border: 1px solid var(--gray-200);

src/components/CCIP/Chain/ChainTokenGrid.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
@media (min-width: 992px) {
88
.tokens__grid {
9-
min-height: 420px;
109
grid-template-columns: 1fr 1fr 1fr 1fr;
1110
gap: var(--space-4x);
1211
}

0 commit comments

Comments
 (0)