diff options
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> |