Update MailForm input width
5ab3466e
1 file(s) · +1 −1
| 15 | 15 | <h2>Subscribe for Future Blog Posts</h2> |
|
| 16 | 16 | <div class="flex items-center border border-accent-2"> |
|
| 17 | 17 | <input |
|
| 18 | - | class="appearance-none bg-bgColor pl-3 py-1 w-72 required:outline-none" |
|
| 18 | + | class="appearance-none bg-bgColor pl-3 py-1 w-60 required:outline-none" |
|
| 19 | 19 | type="email" |
|
| 20 | 20 | value="" |
|
| 21 | 21 | name="EMAIL" |