/**
 * Theme Name: Fuelcore 
 * Template:   twentytwentyfour
 * Description: A child theme for Twenty Twenty-Four with custom styles.
 * Author:      Fuelcore
 * Author URI:  https://fuelcore.net
 * Version:     1.0.0
 * License:     GNU General Public License v2 or later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Tags:       custom-background, custom-logo, custom-menu, editor-style, featured-images,
 *             full-site-editing, rtl-language-support, theme-options, translation-ready
 * Text Domain: fuelcore
 */


/* Mobile & Tablet Screens Only *********************************************************/

@media screen and (max-width: 1024px) {

	body header .wp-block-navigation.items-justified-right {
	    --navigation-layout-justification-setting: flex-start;
	    --navigation-layout-justify: flex-start;
	}	

	body header .wp-block-navigation__submenu-container span.wp-block-navigation-item__label {
	    font-weight: normal;
	}

	body footer nav.footer-menu ul {
    	    justify-content: center;
            display: block;
        }	
}
