Skip to content

Commit a1df30f

Browse files
committed
Chore: Formatted community Mailing list component
Signed-off-by: Abhijay Jain <[email protected]>
1 parent e18e314 commit a1df30f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

docs/_includes/subscribe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div>
2-
<a id="subscribe" class="subscribe-a"></a>
2+
<a id="subscribe" class="subscribe-a" ></a>
33
<!-- Begin MailChimp Signup Form -->
44
<link
55
href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css"

docs/assets/css/subscribe.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@
2020
white-space: nowrap;
2121
}
2222
#mc_embed_signup {
23-
clear: left;
2423
font: 14px Helvetica, Arial, sans-serif;
25-
width: 80%;
26-
text-align: center;
27-
margin-left: auto;
28-
margin-right: auto;
2924
}
3025

3126
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.

docs/collections/_pages/subscribe.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
---
55
<div>
66
<div>
7-
<div id="contact" style="width:100%;">
7+
<div id="contact" style="display: flex;
8+
flex-direction:column;
9+
align-items: center;
10+
justify-content: center;
11+
padding: calc(50% - 105px);
12+
">
813
<h3 style="text-align:center;">Mailing List</h3>
914
{% include subscribe.html %}
1015
</div>
1116
</div>
12-
</div>
17+
</div>

0 commit comments

Comments
 (0)