Skip to content

Commit 704da49

Browse files
Fixing distorted UI of footer 'Notify me' Button (#3851)
#3737
1 parent 9e0a661 commit 704da49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const Footer: React.FC<FooterProps> = props => {
170170
<form
171171
action="https://api.formik.com/submit/palmerhq/formik-newsletter"
172172
method="post"
173-
className="mt-4 sm:flex sm:max-w-md"
173+
className="mt-4 lg:flex lg:max-w-md"
174174
>
175175
<input type="hidden" name="_honeypot" value="" />
176176
<input

0 commit comments

Comments
 (0)