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