We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055f4fc commit f91a1cdCopy full SHA for f91a1cd
1 file changed
src/components/payment/PaymentNotifications/PaymentNotifications.styles.ts
@@ -201,7 +201,8 @@ export const Root = styled(BaseCard)`
201
width: 100%;
202
}
203
@media only screen and ${media.lg} {
204
- padding-left: 3rem;
+ padding-left: 20%;
205
+ padding-right: 20%;
206
207
`;
208
export const TransactionWrapper = styled.div`
@@ -210,9 +211,9 @@ export const TransactionWrapper = styled.div`
210
211
align-items: center;
212
margin-bottom: 1.5rem;
213
margin-top: 1.5rem;
- min-width: 30rem;
214
+ min-width: 65vw;
215
- min-width: 40vw;
216
+ min-width: 42vw;
217
218
export const LeftSideTX = styled.div`
219
display: flex;
0 commit comments