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.
2 parents aea9adc + 55153de commit 948e560Copy full SHA for 948e560
components/Checkout/Billing.component.jsx
@@ -34,7 +34,7 @@ const Billing = ({ onSubmit }) => {
34
<>
35
<section className="text-gray-700">
36
<form onSubmit={handleSubmit(onSubmit)}>
37
- <div className="container py-2 mx-auto">
+ <div className="container p-4 py-2 mx-auto">
38
<CheckoutTitle title="Betalingsdetaljer" />
39
<div className="mx-auto lg:w-1/2 md:w-2/3">
40
<div className="flex flex-wrap -m-2">
0 commit comments