diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-19 21:36:08 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-19 21:36:08 +0100 |
commit | 6b563f40e661d66a703790018b33a749a1828c8d (patch) | |
tree | 0b913c24d401107c71c1cdcbd8a81213730b9dee /pyblackbird_cc/templates/payments/cart_lineitem.html | |
parent | c121648619c674aaf70cf1efb41ede6f2fe8429c (diff) |
wip: shopping basket slowly coming on
Diffstat (limited to 'pyblackbird_cc/templates/payments/cart_lineitem.html')
-rw-r--r-- | pyblackbird_cc/templates/payments/cart_lineitem.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/payments/cart_lineitem.html b/pyblackbird_cc/templates/payments/cart_lineitem.html index b639a7f..0ef8a97 100644 --- a/pyblackbird_cc/templates/payments/cart_lineitem.html +++ b/pyblackbird_cc/templates/payments/cart_lineitem.html @@ -1,5 +1,5 @@ <div class="container my-2"> - <div class="col-10"> + <div class="col"> <div class="p-2 border border-1 border-success"> {{ item.resource.name }} </div> |