diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/ord/basket.html | 2 | ||||
-rw-r--r-- | pages/ord/checkout.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pages/ord/basket.html b/pages/ord/basket.html index f3828ef..45b600d 100644 --- a/pages/ord/basket.html +++ b/pages/ord/basket.html @@ -4,7 +4,7 @@ <!-- BEGIN CONTENT --> <div class="container p-4"> <!-- Hero Section--> - <div class="py-5"> + <div class="py-2"> <div class="text-start"> <h1>[L]Shopping Cart[/L]</h1> </div> 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> |