CSS fixed

This commit is contained in:
jitendra 2018-09-26 15:53:06 +05:30
parent de842320f0
commit 2930e1cbbd
2 changed files with 0 additions and 38 deletions

View File

@ -1997,25 +1997,6 @@ section.cart {
}
}
@media all and (max-width: 480px){
.attached-products-wrapper {
.title {
.border-bottom {
border-bottom: 1px solid rgba(162, 162, 162, 0.2);
display: inline-block;
width: 100%;
position: initial;
top: 40px;
left: 0%;
margin-left: 0px;
}
}
}
}
@media all and (min-width: 481px) and (max-width: 920px) {
.attached-products-wrapper {
@ -2023,11 +2004,8 @@ section.cart {
.title {
.border-bottom {
border-bottom: 1px solid rgba(162, 162, 162, 0.2);
display: inline-block;
width: 100%;
position: initial;
top: 40px;
left: 0%;
margin-left: 0px;
}
@ -2037,7 +2015,6 @@ section.cart {
// order page css start here
.order {
margin-left: 5.5%;
margin-top: 1%;

View File

@ -1967,25 +1967,10 @@ section.cart .cart-content .right-side .coupon-section .after-coupon-amount .amo
margin-right: auto;
}
@media all and (max-width: 480px) {
.attached-products-wrapper .title .border-bottom {
border-bottom: 1px solid rgba(162, 162, 162, 0.2);
display: inline-block;
width: 100%;
position: initial;
top: 40px;
left: 0%;
margin-left: 0px;
}
}
@media all and (min-width: 481px) and (max-width: 920px) {
.attached-products-wrapper .title .border-bottom {
border-bottom: 1px solid rgba(162, 162, 162, 0.2);
display: inline-block;
width: 100%;
position: initial;
top: 40px;
left: 0%;
margin-left: 0px;
}