diff --git a/_includes/subscribe.html b/_includes/subscribe.html index 74e84a485a..c8a83b6055 100644 --- a/_includes/subscribe.html +++ b/_includes/subscribe.html @@ -23,6 +23,7 @@ background-color: $brand-color; text-align: center; } + @media (min-width: 555px) and (max-width: 603px) { .subscribe-button { width: 100%; @@ -49,13 +50,48 @@ id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" - onsubmit="document.getElementById(mc-embedded-subscribe-form).submit();" + onsubmit="return validateForm(event);" >
-
- - +