Skip to content

Commit

Permalink
refactor: Refactor css
Browse files Browse the repository at this point in the history
  • Loading branch information
chhakuli123 committed May 29, 2023
1 parent b97b881 commit 530e82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cart/cart.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
}

.cart-item-details {
width: 15rem;
width: 12rem;
}
.cart-item-name {
font-size: 1.2rem;
Expand All @@ -314,7 +314,7 @@

.cart-summary-buttons button {
font-size: 0.8rem;
padding: 0.8rem 0;
padding: 0.4rem 0.5rem;
}

.coupon-container {
Expand Down

0 comments on commit 530e82b

Please sign in to comment.