Skip to content

Commit

Permalink
Merge pull request #1648 from acm-ucr/derrick-mao/form-gap
Browse files Browse the repository at this point in the history
reduce space on x
  • Loading branch information
shahdivyank authored Jul 24, 2024
2 parents 33a18d5 + 361826e commit c38e075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/form/Form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const Form = ({

return (
<div className="w-full h-full overflow-scroll-y flex flex-col items-center font-poppins">
<div className="w-full flex flex-row justify-end space-x-8 mr-[10%]">
<div className="w-full flex flex-row justify-end space-x-4 mr-[10%]">
<Button
text="Back to Home"
onClick={() => router.push("/")}
Expand Down

0 comments on commit c38e075

Please sign in to comment.