Alignment Fixed
This commit is contained in:
parent
bf1c3f21af
commit
5f959d459d
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/shop.js": "/js/shop.js?id=83c93b077da401f7b709",
|
||||
"/css/shop.css": "/css/shop.css?id=6f4a4f8fad1b25e05e33"
|
||||
"/css/shop.css": "/css/shop.css?id=a56f01f87ef12f51a8c1"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -409,6 +409,7 @@ input {
|
|||
}
|
||||
|
||||
.product-card {
|
||||
height: 480px;
|
||||
position: relative;
|
||||
padding: 15px;
|
||||
|
||||
|
|
@ -448,10 +449,8 @@ input {
|
|||
}
|
||||
|
||||
.cart-wish-wrap {
|
||||
display: inline-flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
height: 40px;
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
|
||||
.addtocart {
|
||||
margin-right: 10px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue