/*
 Theme Name: MMAE
 Theme URI: https://www.aussieit.net.au/
 Description: Mobile Maintenance & Auto Electrical
 Author: Aussie IT
 Author URI: https://www.aussieit.net.au
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
/*set the Divi menu dropdown auto width*/
@media only screen and (min-width: 981px) {
	.nav li ul {
		width: fit-content;
		display: flex;
		flex-direction: column;
	}

	.nav li li {
		white-space: nowrap;
	}

	.nav li li a {
		width: auto !important;
	}
}