/*
Theme Name: Customify Child Theme
Theme URI: https://github.com/wpexplorer/sample-child-theme
Description: A sample child theme to use with any parent theme.
Author: AJ Clarke
Author URI: http://www.wpexplorer.com/
Template: customify
Version: 1.0
*/

/* Parent stylesheet are loaded from functions.php (the correct way) not using @import */
.no-bottom-margin {
	margin-bottom: 0;
}

.fix-image-size {
	aspect-ratio: 3 / 2;
}

@media only screen and (max-width: 767px) {
	.site-branding .site-img-logo,
	.site-branding .site-img-logo-tran {
		width: 50% !important;
		height: auto;
	}
}
