Skip to content

Commit 45317b6

Browse files
committed
Fixing margin-top on completed order
1 parent 45745ee commit 45317b6

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 mt-20 text-xl text-center">
95+
<div className="container h-24 m-12 mx-auto mt-32 text-xl text-center">
9696
Takk for din ordre!
9797
</div>
9898
)}

0 commit comments

Comments
 (0)