/*
 Theme Name:   Divi Child
 Description:  Child theme based on Divi
 Template:     Divi
 Version:      1.0.0
*/

/*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;
	}
}
