Skip to content

Commit 92cd7af

Browse files
authored
Merge pull request #217 from w3bdesign/development
Fix "thank you" not visible on mobile
2 parents 948e560 + 45745ee commit 92cd7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Checkout/CheckoutForm.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ const CheckoutForm = () => {
9292
) : (
9393
<>
9494
{orderCompleted && (
95-
<div className="container m-12 mx-auto text-xl text-center">
95+
<div className="container mt-20 text-xl text-center">
9696
Takk for din ordre!
9797
</div>
9898
)}

0 commit comments

Comments
 (0)