summaryrefslogtreecommitdiff
path: root/src/lib/checkout/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/checkout/components')
-rw-r--r--src/lib/checkout/components/FinishCheckout.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/checkout/components/FinishCheckout.jsx b/src/lib/checkout/components/FinishCheckout.jsx
index 33c0d46a..4af39e91 100644
--- a/src/lib/checkout/components/FinishCheckout.jsx
+++ b/src/lib/checkout/components/FinishCheckout.jsx
@@ -2,7 +2,7 @@ import Link from '@/core/components/elements/Link/Link'
const FinishCheckout = ({ query }) => {
return (
- <div className='p-4'>
+ <div className='mx-auto container p-4 md:p-0 mt-0 md:mt-10'>
<div className='rounded-xl bg-yellow_r-4 text-center border border-yellow_r-7'>
<div className='px-4 py-6 text-yellow_r-12'>
<p className='font-semibold mb-2'>Terima Kasih atas Pembelian Anda</p>