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 @@ -1428,6 +1428,14 @@ h2.featuring {
14281428 font-size : 1.1rem ;
14291429}
14301430
1431+ /* ==========================================================================
1432+ COMMUNITY PAGE
1433+ ========================================================================== */
1434+
1435+ .email-octopus-form-wrapper label {
1436+ font-size : 1.2em ;
1437+ }
1438+
14311439
14321440/* ==========================================================================
14331441 Teach Page
Original file line number Diff line number Diff line change @@ -85,9 +85,9 @@ slug: community/
8585 <p class =" email-octopus-success-message" ></p >
8686 <p class =" email-octopus-error-message" ></p >
8787 <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 >
8989 <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" >
9191 <button type =" submit" >subscribe</button >
9292 </div >
9393 <div class =" email-octopus-form-row-hp" aria-hidden =" true" >
You can’t perform that action at this time.
0 commit comments