We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d34b1 commit fbe14afCopy full SHA for fbe14af
src/components/Checkout/Billing.component.tsx
@@ -41,7 +41,7 @@ const Billing = ({ handleFormSubmit }: IBillingProps) => {
41
const methods = useForm<ICheckoutDataProps>();
42
43
return (
44
- <section className="text-gray-700 container p-4 py-2 mx-auto">
+ <section className="text-gray-700 container p-4 py-2 mx-auto mb-[10rem] md:mb-0">
45
<FormProvider {...methods}>
46
<form onSubmit={methods.handleSubmit(handleFormSubmit)}>
47
<div className="mx-auto lg:w-1/2 flex flex-wrap">
0 commit comments