Skip to content

Commit

Permalink
Made apply form mobile friendly using tailwind (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehardaway committed Sep 1, 2024
1 parent c921be9 commit 51372a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/forms/apply-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ const ApplyForm = () => {
};

return (
<div className="tw-px-[250px]">
<h3 className="tw-px-4 md:tw-px-[250px]">Apply</h3>
<div className="tw-px-4 md:tw-px-[250px]">
<h3 className="tw-px-4 md:tw-px-0">Apply</h3>
{message && <p>{message}</p>}
<form onSubmit={handleSubmit(onSubmit)} noValidate>
<div className="tw-mb-7.5">
Expand Down

0 comments on commit 51372a3

Please sign in to comment.