11 lines
229 B
CSS
11 lines
229 B
CSS
|
/**
|
||
|
* Theme Name: Twitchfront
|
||
|
* Template: storefront
|
||
|
* ...other header fields
|
||
|
*/
|
||
|
|
||
|
.wc-block-grid__products .wc-block-grid__product-image img {
|
||
|
width: 250px !important;
|
||
|
object-fit: cover;
|
||
|
aspect-ratio: 1 / 1;
|
||
|
}
|