/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
 * 
/* improve ordered and numbered lists with spacing

.et_pb_module ol, .et_pb_module ul {
padding: 30px 0px 30px 50px;
list-style-position: outside;
}
.et_pb_module ol li, .et_pb_module ul li {
margin-bottom: 10px;
}
------------------------------------------------------- */