/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Mediavine iPhone 5 Fix */
@media (max-width: 359px) {
	.ast-builder-grid-row-has-sides {
		grid-template-columns: auto minmax(0, 1fr) auto !important;
		column-gap: 8px !important;
	}
}
/* Mediavine iPhone 5 Fix - END */
