Skip to content

Commit 45745ee

Browse files
committed
Fix "thank you" not visible on mobile
1 parent 55153de commit 45745ee

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)