/*
Theme Name: Extra Child
Theme URI: https://www.whatgodcantdo.com
Template: Extra
Author: Robert Bellows
Author URI: https://icollaboratellc.com
Description: Child theme based on Extra theme by elegantthemes.com
Version: 4.24.2.1709111848
Updated: 2024-02-28 02:17:28

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

*/

