Skip to content

Commit 948e560

Browse files
authored
Merge pull request #216 from w3bdesign/development
Implement padding on checkout form
2 parents aea9adc + 55153de commit 948e560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Checkout/Billing.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const Billing = ({ onSubmit }) => {
3434
<>
3535
<section className="text-gray-700">
3636
<form onSubmit={handleSubmit(onSubmit)}>
37-
<div className="container py-2 mx-auto">
37+
<div className="container p-4 py-2 mx-auto">
3838
<CheckoutTitle title="Betalingsdetaljer" />
3939
<div className="mx-auto lg:w-1/2 md:w-2/3">
4040
<div className="flex flex-wrap -m-2">

0 commit comments

Comments
 (0)