File size: 431 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
.Amazon-cart-container {
max-width: 1550px;
display: flex;
flex-direction: column;
}
.Amazon-cart-container-Img {
width: 50%;
max-height: 90px;
margin-right: auto !important;
margin-left: auto !important;
margin-top: 10px;
}
.Amazon-cart-body {
max-width: 100%;
display: flex;
justify-content: space-around;
}
.List-amazon-cart {
width: 1150px;
display: flex;
flex-direction: column;
justify-content: center;
}
|