Files
freeplanet/src/components/CMyCart/CMyCart.scss
2020-12-25 03:55:16 +01:00

19 lines
179 B
SCSS
Executable File

.card .product-image {
height: 300px;
}
html, body {
margin:0;
padding:0;
height:100%;
}
.text-title {
font-size: 0.9rem;
}
.centeritems{
place-content: center;
}