Merge pull request #6656 from akathuria289/issue_6341

Fixed issue #6341
This commit is contained in:
Jitendra Singh 2022-08-29 11:18:10 +05:30 committed by GitHub
commit 2cbcb04b0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
} }

View File

@ -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 {