Skip to content

Commit 052d9db

Browse files
authored
Merge pull request #1321 from w3bdesign/1313-fix-checkout-on-mobile
Billing responsive design
2 parents 37d7c9f + 6df0c93 commit 052d9db

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-[5rem] md:mb-0">
44+
<section className="text-gray-700 container p-4 py-2 mx-auto mb-[8rem] 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)