We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cdfc9e + c5d6cf2 commit 4f2d960Copy full SHA for 4f2d960
1 file changed
src/index.scss
@@ -239,10 +239,7 @@ lines of text may be wider than they appear
239
.mailchimp-container {
240
height: 40px;
241
width: 375px;
242
- margin: auto;
243
-
244
- margin-top: 20px;
245
- margin-bottom: 20px;
+ margin: 20px auto;
246
247
border-style: solid;
248
border-width: 1px;
@@ -252,7 +249,8 @@ lines of text may be wider than they appear
252
249
@include mobile {
253
250
width: 80vw;
254
251
255
- margin-top: 1vh;
+ // On mobile, only enforce top margin
+ margin: 1vh auto auto auto;
256
257
height: 12vw;
258
border-radius: 6vw;
0 commit comments