summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anata@darapsa.co.id>2021-07-21 13:31:50 +0700
committerAnatasof Wirapraja <anata@darapsa.co.id>2021-07-21 13:31:50 +0700
commit4716ef452f1f0665b11445bd0338142e5fca5584 (patch)
treecb36af79a9205e352e4bb99221bef7052c7084fd
parent8e940771dcf023b18113cfd95927188b12dc31d3 (diff)
add block-body to have proper layout
-rw-r--r--pages/ord/checkout.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/pages/ord/checkout.html b/pages/ord/checkout.html
index 692aaae..f8fa89a 100644
--- a/pages/ord/checkout.html
+++ b/pages/ord/checkout.html
@@ -70,7 +70,9 @@
<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>
</div>
<!-- End of Shipping Address -->
<!-- Billing Address -->