19 lines
179 B
SCSS
Executable File
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;
|
|
}
|
|
|