Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 646afa1

Browse files
pedroapfilhoblockdylanb
authored andcommitted
Merge pull request #5418 from blockchain/feat/debit-card-new-design
2 parents 4507b97 + a03868e commit 646afa1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/blockchain-wallet-v4-frontend/src/scenes/DebitCard/CardDashboard/CardDashboard.model.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ export const BoxRowItemSubTitle = styled(Text)`
5252

5353
export const Iframe = styled.iframe`
5454
border: 0;
55-
height: 355px;
56-
width: 246px;
55+
height: 320px;
56+
width: 100%;
5757
`
5858

5959
export const CardWrapper = styled.div`
6060
display: flex;
61-
flex-direction: row;
61+
flex-direction: column;
6262
align-items: start;
63-
margin-top: 40px;
63+
padding: 1rem 1.5rem;
6464
font-family: 'Inter';
6565
`
6666

0 commit comments

Comments
 (0)