Skip to content

Commit

Permalink
Merge pull request #500 from beckn/kuza-one-cart-fix
Browse files Browse the repository at this point in the history
fix: fixed cart ui issue
  • Loading branch information
ankitShogun authored Apr 4, 2024
2 parents 9a74368 + 9593046 commit 4bc1458
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
}

@media (min-width: 640px) {
min-width: 290px;
min-width: 480px;
}
}

.product_details {
display: flex;
flex-wrap: wrap;

@media (min-width: 640px) {
@media (min-width: 1200px) {
flex-wrap: nowrap;
}

Expand All @@ -41,8 +41,8 @@

.product_image_container {
width: 80px;
height: 80px;
margin-bottom: 5px;
height: 100%;
margin-bottom: 20px;
}

.product_name {
Expand All @@ -59,7 +59,7 @@
padding-top: 0.25rem;

@media (min-width: 640px) {
margin-bottom: 0;
margin-bottom: 8px;
}
}

Expand Down

0 comments on commit 4bc1458

Please sign in to comment.