Skip to content

Commit aea9adc

Browse files
authored
Merge pull request #215 from w3bdesign/development
Fixing issue with footer on checkout on mobile
2 parents 011735f + e3c9031 commit aea9adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Checkout/Billing.component.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ const Billing = ({ onSubmit }) => {
3232

3333
return (
3434
<>
35-
<section className="relative text-gray-700 body-font">
35+
<section className="text-gray-700">
3636
<form onSubmit={handleSubmit(onSubmit)}>
37-
<div className="container py-2 mx-auto ml-6">
37+
<div className="container 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)