File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -1449,6 +1449,14 @@ h2.featuring {
1449
1449
font-size : 1.1rem ;
1450
1450
}
1451
1451
1452
+ /* ==========================================================================
1453
+ COMMUNITY PAGE
1454
+ ========================================================================== */
1455
+
1456
+ .email-octopus-form-wrapper label {
1457
+ font-size : 1.2em ;
1458
+ }
1459
+
1452
1460
1453
1461
/* ==========================================================================
1454
1462
Teach Page
Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ slug: community/
85
85
<p class =" email-octopus-success-message" ></p >
86
86
<p class =" email-octopus-error-message" ></p >
87
87
<form method =" post" action =" https://emailoctopus.com/lists/537b6ec8-d123-11e6-8561-06ead731d453/members/external-add" class =" email-octopus-form" >
88
- <p >{{ #i18n " mailing-list-1" }} {{ /i18n }} </p >
88
+ <label for = " email " name = " emailAddress " value = " email " >{{ #i18n " mailing-list-1" }} {{ /i18n }} </label >
89
89
<div class =" email-octopus-form-row" >
90
- <input type =" email" name =" emailAddress" placeholder =" email" class =" email-octopus-email-address" >
90
+ <input type =" email" id = " email " name =" emailAddress" placeholder =" email" class =" email-octopus-email-address" >
91
91
<button type =" submit" >subscribe</button >
92
92
</div >
93
93
<div class =" email-octopus-form-row-hp" aria-hidden =" true" >
You can’t perform that action at this time.
0 commit comments