/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://transmissionsllc.com 
Template: storefront 
*/  

/* --------------- Theme customization starts here -----------------   */
 
 
 /* added 8/21/23 MDG 
  *
  * constrains size of thumbnail images
 
  */
 .size-woocommerce_thumbnail {
              max-height: 260px;
              width: auto;
} 