diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-20 17:36:29 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-20 17:36:29 +0100 |
commit | a5942c7f240686146c243e22d849db97d0a904b9 (patch) | |
tree | 9918b615d9decc7e397b7b7fd4ab833e23c38791 /alphabetlearning/templates/payments/cart_detail.html | |
parent | 97cd01917e26dc21b992b470e6960bf5a64b952b (diff) |
tidying up the cart detail page - still nowhere near good enough
Diffstat (limited to 'alphabetlearning/templates/payments/cart_detail.html')
-rw-r--r-- | alphabetlearning/templates/payments/cart_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alphabetlearning/templates/payments/cart_detail.html b/alphabetlearning/templates/payments/cart_detail.html index 46117d1..641c9c5 100644 --- a/alphabetlearning/templates/payments/cart_detail.html +++ b/alphabetlearning/templates/payments/cart_detail.html @@ -7,7 +7,7 @@ <p class="text-body-secondary">{% lorem %}</p> {% if cart %} <div class="row"> - <div class="col-8 my-5 bg-secondary-subtle border border-1 rounded border-dark"> + <div class="col-8 my-4"> <div class="my-4 bg-white rounded"> <div> |