Skip to content

Commit a592c7f

Browse files
authored
Update Billing.component.tsx
1 parent fbe14af commit a592c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Checkout/Billing.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const Billing = ({ handleFormSubmit }: IBillingProps) => {
4141
const methods = useForm<ICheckoutDataProps>();
4242

4343
return (
44-
<section className="text-gray-700 container p-4 py-2 mx-auto mb-[10rem] md:mb-0">
44+
<section className="text-gray-700 container p-4 py-2 mx-auto mb-[5rem] md:mb-0">
4545
<FormProvider {...methods}>
4646
<form onSubmit={methods.handleSubmit(handleFormSubmit)}>
4747
<div className="mx-auto lg:w-1/2 flex flex-wrap">

0 commit comments

Comments
 (0)