slowtwitch-store/style.css
2024-07-11 18:51:16 -06:00

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;
}