Skip to content

Commit

Permalink
Added margin to improve spacing between the payment section and foote…
Browse files Browse the repository at this point in the history
…r. (#399)
  • Loading branch information
omkar342 authored Sep 23, 2024
1 parent be15b2c commit e0f3941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/job-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ const PostJobForm = () => {
</form>
</Form>

<div className="bg-gray-900 p-6 rounded-lg w-[37rem] mx-auto text-gray-300">
<div className="bg-gray-900 p-6 rounded-lg w-[37rem] mb-12 mx-auto text-gray-300">
<h2 className="text-lg font-semibold mb-4 text-gray-300">Payment</h2>
<Button className="w-full rounded-full mt-4">
Continue to Payment
Expand Down

0 comments on commit e0f3941

Please sign in to comment.