HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/theflexguy.com/wp-content/themes/storefront/inc/woocommerce/css/brands.scss
/**
 * WooCommerce Brands
 */

/**
 * Imports
 */
@import 'bourbon';
@import '../../../sass/utils/variables';
@import '../../../sass/utils/mixins';

.header-widget-region {
	.widget_brand_thumbnails {
		ul.brand-thumbnails {
			@include clearfix;
			text-align: center;

			li {
				display: inline-block;
				width: auto !important;
				float: none !important;
				margin-bottom: 0 !important;

				img {
					max-height: 16px;
					width: auto;
					display: block;
				}
			}
		}
	}
}