Skip to content

Commit 92f8094

Browse files
committed
fix: improve spacing and layout in monei-label-container
1 parent 4dcfffd commit 92f8094

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

assets/css/monei-blocks-checkout.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
.monei-label-container {
7171
display: flex;
7272
align-items: center;
73+
gap: 1em
7374
}
7475

7576
.monei-text {
@@ -82,7 +83,6 @@
8283
align-items: center;
8384
gap: 0.3125em;
8485
flex-wrap: wrap;
85-
margin-left: 0.5em;
8686
}
8787

8888
.monei-card-brands img,
@@ -152,13 +152,9 @@
152152
min-height: 3.75em;
153153
}
154154

155-
.monei-card-brands {
156-
margin-left: 0;
157-
margin-top: 0.5em;
158-
}
159-
160155
.monei-label-container {
161156
flex-direction: column;
162157
align-items: flex-start;
158+
gap: 0.3em;
163159
}
164160
}

0 commit comments

Comments
 (0)