File tree 2 files changed +14
-10
lines changed 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 12
12
< section id ="call-to-action ">
13
13
< div class ="container ">
14
14
< div class ="row justify-content-center ">
15
- < div class ="col-md-12 " >
15
+ < div class ="col-md-8 " >
16
16
< h2 > NEWSLETTER</ h2 >
17
17
< p > Subscribe to our newsletter to get the most up-to-date Sugar Labs news in your inbox.</ p >
18
18
< form action ="https://buttondown.com/api/emails/embed-subscribe/sugarlabs " method ="post " class ="embeddable-buttondown-form ">
19
19
< p > Sign up for our mailing list to receive regular news and updates from Sugar Labs.</ p >
20
- < label for ="email "> Email</ label >
21
- < input type ="email " name ="email " placeholder ="you@example.com " />
22
- < input type ="hidden " value ="1 " name ="embed " />
23
- < input type ="submit " value ="Subscribe " />
20
+ < div class ="d-flex align-items-center justify-content-center w-100 ">
21
+ < label for ="email " class ="text-center my-3 "> Email</ label >
22
+ < input type ="email " name ="email " placeholder ="you@example.com " class ="form-control w-100 col-md-8 m-2 " />
23
+ < input type ="hidden " value ="1 " name ="embed " />
24
+ </ div >
25
+ < input type ="submit " value ="Subscribe " class ="btn btn-primary " />
24
26
</ form > < br >
25
27
</ div >
26
28
</ div >
Original file line number Diff line number Diff line change @@ -105,11 +105,13 @@ <h2 >EXCITED?</h2>
105
105
< form action ="https://buttondown.com/api/emails/embed-subscribe/sugarlabs " method ="post " class ="embeddable-buttondown-form ">
106
106
< p > Sign up for our mailing list to receive regular
107
107
news and updates from Sugar Labs.</ p >
108
- < label for ="email "> Email</ label >
109
- < input type ="email " name ="email " placeholder ="you@example.com " />
110
- < input type ="hidden " value ="1 " name ="embed " />
111
- < input type ="submit " value ="Subscribe " />
112
- </ form >
108
+ < div class ="d-flex align-items-center justify-content-center w-100 ">
109
+ < label for ="email " class ="text-center my-3 "> Email</ label >
110
+ < input type ="email " name ="email " placeholder ="you@example.com " class ="form-control w-100 col-md-8 m-2 " />
111
+ < input type ="hidden " value ="1 " name ="embed " />
112
+ </ div >
113
+ < input type ="submit " value ="Subscribe " class ="btn btn-primary " />
114
+ </ form >
113
115
< br >
114
116
</ div >
115
117
</ div >
You can’t perform that action at this time.
0 commit comments