Skip to content

Commit

Permalink
updated cart.css
Browse files Browse the repository at this point in the history
  • Loading branch information
priyobratobanik committed May 7, 2022
1 parent e3165ef commit e4f6254
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cartpage/cart.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
/* border: 1px solid black; */
margin-top: 40px;
height: 20%;
margin-left: 5px;



Expand All @@ -92,22 +93,23 @@
width:80px;
height: 20%;
margin-top: 40px;
margin-left: 40px;

}
.qnt_rem_line_box{
height: 40px;
width: 40%;
/* border: 1px solid orange; */
display: flex;
margin-top:30px;
margin-top:35px;
margin-left: 20px;


}
#qnt_box{
border: 1px solid black;
width: 100px;
height: 35px;
height: 40px;
display: grid;
grid-template-columns: repeat(4,1fr);
font-size: 20px;
Expand Down

0 comments on commit e4f6254

Please sign in to comment.