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 011735f + e3c9031 commit aea9adcCopy full SHA for aea9adc
components/Checkout/Billing.component.jsx
@@ -32,9 +32,9 @@ const Billing = ({ onSubmit }) => {
32
33
return (
34
<>
35
- <section className="relative text-gray-700 body-font">
+ <section className="text-gray-700">
36
<form onSubmit={handleSubmit(onSubmit)}>
37
- <div className="container py-2 mx-auto ml-6">
+ <div className="container 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