Skip to content

Commit 34b67cd

Browse files
committed
style: align card brand icons to the right on mobile
Add margin-left: auto to .monei-card-brands within mobile media query to push icons to the right side of the payment method label on screens 480px and below
1 parent 499c7fe commit 34b67cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/monei-blocks-checkout.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,8 @@
151151
.monei-payment-request-container {
152152
min-height: 3.75em;
153153
}
154+
155+
.monei-card-brands {
156+
margin-left: auto;
157+
}
154158
}

0 commit comments

Comments
 (0)