/*
Theme Name: Child Theme
Theme URI: 
Author: Stephanie
Author URI: 
Description: My child theme where i can put my styles
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: spike-music
Text Domain: spike-music-child
Tags: 
*/
/********************** Mobile ************************/
@media (max-width: 782px) {
	.col-left {
    order: 2!important;
	}
.col-right {
    order: 1!important;
	}
}