Homepage - Newsletter Signup Banner

Homepage - Newsletter Signup Banner Padding and margins for the “Sign up” button are defined in the content of the “sign_up_large” subpage of the home page. The button needs to flex for mobile, so ensure changes account for this. The below code is the content of this subpage on release:

<p>Get the latest in your inbox.</p>

<div><a class="btn btn-action mt-2 mt-lg-3" title="Join our mailing list" href="/sign_up_to_newsletter">Sign up</a></div>

The footer signup banner which appears around the site is defined by the homepage sub page “sign_up_small”. It uses the below content for its button:

<div><a class="btn btn-action" title="Join our mailing list" href="/sign_up_to_newsletter">Sign up</a></div>