Skip to content

Commit

Permalink
Merge pull request #67 from xerosanyam/remote
Browse files Browse the repository at this point in the history
(mobile) form subscribe
  • Loading branch information
Charlie85270 authored Jul 12, 2021
2 parents b3b89b3 + 47703ab commit 180fa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/kit/components/form/layout/FormSubscribe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface Props {

const FormSubscribe = ({ label, placeholder }: Props) => {
return (
<form className="flex w-full max-w-sm space-x-3">
<form className="flex flex-col md:flex-row w-3/4 md:w-full max-w-sm md:space-x-3 space-y-3 md:space-y-0 justify-center">
<InputText placeholder={placeholder} id={`"form-subscribe-${label}`} />
<button
className="flex-shrink-0 px-4 py-2 text-base font-semibold text-white bg-purple-600 rounded-lg shadow-md hover:bg-purple-700 focus:outline-none focus:ring-2 focus:ring-purple-500 focus:ring-offset-2 focus:ring-offset-purple-200"
Expand Down

0 comments on commit 180fa19

Please sign in to comment.