remove unnecessary css

This commit is contained in:
Çetin 2021-12-23 15:20:36 +03:00
parent 1f451dc29b
commit 6671dcc38c

View File

@ -1,14 +0,0 @@
.product-item {
.product-item-content {
border: 1px solid var(--surface-d);
border-radius: 3px;
margin: .3rem;
text-align: center;
padding: 2rem 0;
}
.product-image {
width: 50%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}
}