Let's try this
cfc8d098
1 file(s) · +2 −2
| 13 | 13 | > |
|
| 14 | 14 | <div class="flex flex-col gap-4 items-center"> |
|
| 15 | 15 | <h2>Subscribe for Future Blog Posts</h2> |
|
| 16 | - | <div class="flex items-center border border-accent-2"> |
|
| 16 | + | <div class="flex items-center border border-accent-2 p-2"> |
|
| 17 | 17 | <input |
|
| 18 | - | class="appearance-none bg-bgColor pl-3 py-1 w-auto required:outline-none" |
|
| 18 | + | class="appearance-none bg-bgColor pl-3 py-1 w-48 sm:w-80 required:outline-none" |
|
| 19 | 19 | type="email" |
|
| 20 | 20 | value="" |
|
| 21 | 21 | name="EMAIL" |