Modified border product for Home Page

This commit is contained in:
Kelvin Samuel 2021-09-25 18:50:22 +07:00
parent e1e3112ff7
commit 28903b3f0f

View file

@ -142,21 +142,18 @@ body {
height: 100%;
pointer-events: none;
content: '';
border: solid 2px rgba(235, 235, 235, 0);
border-radius: 3px;
transition: all 0.3s ease;
}
.product-item:hover::after{
box-sizing: 0 25px 29px rgba(63, 78, 100, 0.15);
border: solid 2px black;
}
.product{
width: 100%;
height: 340px;
border-right: solid 1px black;
}
}
.product_image{
width: 100%;
@ -410,7 +407,6 @@ body {
right: 0;
width: 1px;
height: 100%;
background: black;
content: '';
z-index: 1;
}