Skip to content

Commit a71f572

Browse files
authored
Merge pull request #218 from w3bdesign/development
Fixing margin-top on completed order
2 parents 92cd7af + 45317b6 commit a71f572

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)