File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
< div >
2
- < a id ="subscribe " class ="subscribe-a "> </ a >
2
+ < a id ="subscribe " class ="subscribe-a " > </ a >
3
3
<!-- Begin MailChimp Signup Form -->
4
4
< link
5
5
href ="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css "
Original file line number Diff line number Diff line change 20
20
white-space : nowrap;
21
21
}
22
22
# mc_embed_signup {
23
- clear : left;
24
23
font : 14px Helvetica, Arial, sans-serif;
25
- width : 80% ;
26
- text-align : center;
27
- margin-left : auto;
28
- margin-right : auto;
29
24
}
30
25
31
26
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
Original file line number Diff line number Diff line change 4
4
---
5
5
< div >
6
6
< 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
+ ">
8
13
< h3 style ="text-align:center; "> Mailing List</ h3 >
9
14
{% include subscribe.html %}
10
15
</ div >
11
16
</ div >
12
- </ div >
17
+ </ div >
You can’t perform that action at this time.
0 commit comments