diff options
author | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 19:30:40 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anata@darapsa.co.id> | 2021-07-05 19:30:40 +0700 |
commit | 0213b7530f163fed945eb0fd4636672c042f7d6c (patch) | |
tree | c541a9c0e23ed29e77180e3a3d269feb285d9b69 /pages/ord/checkout.html | |
parent | 2ea4032a02b0d539151a4539d49152e000ffd463 (diff) |
ord/basket & ord/checkout nolonger uses py-5
Diffstat (limited to 'pages/ord/checkout.html')
-rw-r--r-- | pages/ord/checkout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index be11308..971fca7 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -8,7 +8,7 @@ <!-- BEGIN CONTENT --> <div class="container p-4"> <!-- Hero Section--> - <div class="py-5"> + <div class="py-2"> <h1>[L]Checkout form[/L]</h1> [if session logged_in] <p class="lead">[L]Please verify the information below and click the <b>'Place Order'</b> button to process your order.[/L]</p> |