File tree Expand file tree Collapse file tree 3 files changed +47
-22
lines changed Expand file tree Collapse file tree 3 files changed +47
-22
lines changed Original file line number Diff line number Diff line change 15
15
id ="mc-embedded-subscribe-form "
16
16
name ="mc-embedded-subscribe-form "
17
17
class ="validate "
18
- novalidate
18
+ onsubmit =" document.getElementById('mc-embedded-subscribe-form').submit(); "
19
19
>
20
20
< div id ="mc_embed_signup_scroll ">
21
21
< div class ="subscribe-inputbox "
28
28
name ="FNAME "
29
29
class ="email "
30
30
id ="mce-FNAME "
31
- style ="width: 49% "
31
+ style ="width: 48%;
32
+ height: 3rem;
33
+ border: 1px solid #000000;
34
+ box-sizing: border-box;
35
+ border-radius: 5px; "
36
+ required
32
37
/>
33
38
< input
34
39
type ="text "
37
42
name ="LNAME "
38
43
class ="email "
39
44
id ="mce-LNAME "
40
- style ="width: 49% "
45
+ style ="width: 48%;
46
+ height: 3rem;
47
+ border: 1px solid #000000;
48
+ box-sizing: border-box;
49
+ border-radius: 5px; "
50
+ required
41
51
/>
42
52
</ div >
43
53
< div id ="mce-responses " class ="clear subscribe-inputbox ">
63
73
class ="email "
64
74
id ="mce-EMAIL "
65
75
placeholder ="Email Address "
76
+ style ="width: 100%;
77
+ margin: 20px 20px 0px 0px;
78
+ height: 3rem;
79
+ border: 1px solid #000000;
80
+ box-sizing: border-box;
81
+ border-radius: 5px; "
66
82
required
67
- style ="white-space: nowrap; display: inline-block; width: 100% "
68
83
/>
69
84
<!-- <span class="asterisk" style="white-space: nowrap;">*</span> -->
70
85
</ div >
81
96
value =""
82
97
/>
83
98
</ div >
84
- < div
85
- onclick ="document.getElementById('mc-embedded-subscribe-form').submit(); "
86
- id ="mc_embed_signup "
87
- class ="clear "
88
- >
89
99
< h4 style ="text-align: center; color: aliceblue ">
90
- < input
100
+ < button
101
+ style ="margin: 0px !important; "
91
102
class ="subscribe-button "
92
103
type ="submit "
93
- value ="Subscribe "
94
- name ="subscribe "
95
- id ="mc-embedded-subscribe "
96
- />
104
+ id ="mc-embedded-subscribe-form "
105
+ id ="mc_embed_signup "
106
+ > Subscribe</ button >
97
107
</ h4 >
98
- </ div >
99
108
</ div >
100
109
</ form >
101
110
</ div >
Original file line number Diff line number Diff line change 9
9
}
10
10
11
11
.subscribe-button {
12
- padding-bottom : 10px ;
13
- padding-top : 10px ;
14
- width : 300px ;
12
+ width : 100% ;
15
13
margin-left : auto !important ;
16
14
margin-right : auto !important ;
15
+ text-decoration : none;
16
+ padding : 15px 30px ;
17
+ background : # 3c494f ;
18
+ border-radius : 3px ;
19
+ border : 1px solid rgba (255 , 255 , 255 , 0.5 );
20
+ transition : .2s ease-in-out;
21
+ display : flex;
22
+ justify-content : center;
23
+ height : 3.5rem ;
24
+ color : white;
25
+ font-style : normal;
26
+ font-weight : 500 ;
27
+ font-size : 1.125rem ;
28
+ cursor : ;
29
+ letter-spacing : 0.5px ;
17
30
}
18
31
19
32
.subscribe-inputbox {
42
55
margin-bottom : 5px ;
43
56
}
44
57
45
- # mc_embed_signup .clear {
46
- display : block;
58
+ # mc_embed_signup {
47
59
width : 100% ;
48
60
}
49
61
Original file line number Diff line number Diff line change 8
8
flex-direction:column;
9
9
align-items: center;
10
10
justify-content: center;
11
- padding: calc(50% - 105px);
11
+ padding: 20% 0px 0px 0px;
12
+ font-style: normal;
13
+ font-size: 1.5rem;
14
+ line-height: 2.25rem;
15
+ color: #1e2117;
12
16
">
13
- < h3 style ="text-align:center; "> Mailing List</ h3 >
17
+ < h3 style ="text-align:center; margin-bottom: 30px; "> Mailing List</ h3 >
14
18
{% include subscribe.html %}
15
19
</ div >
16
20
</ div >
You can’t perform that action at this time.
0 commit comments