custom newsletter

main
alexanderroese 2024-06-21 20:01:14 +02:00
parent 6b9bf291a1
commit 69beb9cfda
2 changed files with 5 additions and 1 deletions

View File

@ -62,3 +62,7 @@
padding: 10px 20px 20px 20px;
border-radius: 20px;
}
.shx-newsletter-input {
width: 500px;
}

View File

@ -25,7 +25,7 @@
id="NewsletterForm--{{ section.id }}"
type="email"
name="contact[email]"
class="field__input"
class="field__input shx-newsletter-input"
value="{{ form.email }}"
aria-required="true"
autocorrect="off"