slowtwitch-store/style.css

11 lines
229 B
CSS
Raw Normal View History

2024-07-12 00:51:16 +00:00
/**
* 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;
}