fixed compare view issue
This commit is contained in:
parent
4cead36f08
commit
be1aa76b32
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue