Merge pull request #6656 from akathuria289/issue_6341
Fixed issue #6341
This commit is contained in:
commit
2cbcb04b0e
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"/js/shop.js": "/js/shop.js?id=34684ef2b5b3c24817b4",
|
"/js/shop.js": "/js/shop.js?id=c497b48c2b6bd04edeca",
|
||||||
"/css/shop.css": "/css/shop.css?id=a7c7bfc61859923d2d79"
|
"/css/shop.css": "/css/shop.css?id=f48c3d268309736e99d9"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -452,7 +452,7 @@ input {
|
||||||
}
|
}
|
||||||
|
|
||||||
.product-card {
|
.product-card {
|
||||||
height: 480px;
|
height: 400px;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
|
|
||||||
|
|
@ -496,7 +496,6 @@ input {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
bottom: 5px;
|
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|
||||||
.addtocart {
|
.addtocart {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue