/*
Theme Name: Divi Child Theme
Version: 1.0
Description: A child theme of Divi
Author: D. Selvaraj
Template: Divi
*/

@import url("/wp-content/themes/Divi/style.css");

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