13 lines
123 B
SCSS
Executable File
13 lines
123 B
SCSS
Executable File
.card .product-image {
|
|
height: 300px;
|
|
}
|
|
|
|
.text-title {
|
|
font-size: 0.9rem;
|
|
}
|
|
|
|
.centeritems{
|
|
place-content: center;
|
|
}
|
|
|