Files
freeplanet/src/components/CMyCart/CMyCart.scss

19 lines
179 B
SCSS
Raw Normal View History

2020-12-25 03:55:16 +01:00
.card .product-image {
height: 300px;
}
html, body {
margin:0;
padding:0;
height:100%;
}
.text-title {
font-size: 0.9rem;
}
.centeritems{
place-content: center;
}