nagasurendra commited on
Commit
76b828a
·
verified ·
1 Parent(s): 3061b9f

Update templates/cart.html

Browse files
Files changed (1) hide show
  1. templates/cart.html +2 -1
templates/cart.html CHANGED
@@ -62,6 +62,7 @@
62
  .text-primary {
63
  color: #000 !important; /* Ensure the price is black */
64
  text-align: right; /* Center-align the price */
 
65
  white-space: nowrap; /* Prevent price text from wrapping */
66
  }
67
  /* For the image container */
@@ -89,7 +90,7 @@
89
  }
90
  .cart-item-title {
91
  font-size: 1.1rem;
92
- font-weight: 400;
93
  }
94
 
95
  .checkout-button {
 
62
  .text-primary {
63
  color: #000 !important; /* Ensure the price is black */
64
  text-align: right; /* Center-align the price */
65
+ font-weight: bold; /* Make the price text bold */
66
  white-space: nowrap; /* Prevent price text from wrapping */
67
  }
68
  /* For the image container */
 
90
  }
91
  .cart-item-title {
92
  font-size: 1.1rem;
93
+ font-weight: bold; /* Make the title text bold */
94
  }
95
 
96
  .checkout-button {