diff options
-rw-r--r-- | pages/ord/checkout.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html index f21539a..ca18e66 100644 --- a/pages/ord/checkout.html +++ b/pages/ord/checkout.html @@ -70,8 +70,10 @@ <div class="block-header"> <h4 class="d-flex justify-content-between align-items-center">Shipping</h4> </div> - <div class="block-body"> - [include include/checkout/shipping_address] + <div class="container my-4"> + <div class="block-body"> + [include include/checkout/shipping_address] + </div> </div> </div> <!-- End of Shipping Address --> |