custom newsletter
parent
6b9bf291a1
commit
69beb9cfda
|
@ -62,3 +62,7 @@
|
|||
padding: 10px 20px 20px 20px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.shx-newsletter-input {
|
||||
width: 500px;
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue