fixed compare view issue

This commit is contained in:
Deepak Singh Gusain 2022-02-02 18:27:41 +05:30
parent 4cead36f08
commit be1aa76b32
4 changed files with 10 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/shop.js": "/js/shop.js?id=9d5b79be5419c0a5c1bc",
"/css/shop.css": "/css/shop.css?id=ff2ffa89e3bbaf07953d"
"/js/shop.js": "/js/shop.js?id=9307264a58c0315b24f0",
"/css/shop.css": "/css/shop.css?id=8c81d5bc5d572a5cf873"
}

View File

@ -640,6 +640,7 @@ input {
.btn-primary {
width: 100%;
margin-bottom: 10px;
}
.checkout-process {
@ -4871,6 +4872,11 @@ body {
.comparison-component>h1 {
display: inline-block;
}
@media only screen and (max-width: 372px) {
.comparison-component>h1 {
line-height: 30px;
}
}
.icon.remove-product {
top: 5px;