Skip to content

Commit f91a1cd

Browse files
committed
add white space for larger screens
1 parent 055f4fc commit f91a1cd

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/components/payment/PaymentNotifications/PaymentNotifications.styles.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ export const Root = styled(BaseCard)`
201201
width: 100%;
202202
}
203203
@media only screen and ${media.lg} {
204-
padding-left: 3rem;
204+
padding-left: 20%;
205+
padding-right: 20%;
205206
}
206207
`;
207208
export const TransactionWrapper = styled.div`
@@ -210,9 +211,9 @@ export const TransactionWrapper = styled.div`
210211
align-items: center;
211212
margin-bottom: 1.5rem;
212213
margin-top: 1.5rem;
213-
min-width: 30rem;
214+
min-width: 65vw;
214215
@media only screen and ${media.lg} {
215-
min-width: 40vw;
216+
min-width: 42vw;
216217
`;
217218
export const LeftSideTX = styled.div`
218219
display: flex;

0 commit comments

Comments
 (0)