Skip to content

Commit

Permalink
fix: margin issue between payment section and footer (#423)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Schulz <[email protected]>
  • Loading branch information
PPS-H and stevenx authored Oct 1, 2024
1 parent 02fa544 commit d4189b1
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 @@ -171,7 +171,7 @@ const PostJobForm = () => {
if (session.status === 'loading') return null;

return (
<div className="flex flex-col items-center gap-y-10 justify-center">
<div className="flex flex-col items-center gap-y-10 justify-center mb-20">
<div className="w-full md:justify-center mt-4 flex flex-col md:flex-row gap-2">
<div className="bg-gray-800/90 backdrop-blur-sm p-4 rounded-lg text-center text-white w-full md:w-48">
<Calendar className="w-8 h-8 mb-3 mx-auto text-green-500" />
Expand Down

0 comments on commit d4189b1

Please sign in to comment.