/*
Theme Name: Divi Child Theme
Theme URI: https://www.elegantthemes.com/gallery/divi/
Description: A clean starter child theme for the Divi theme.
Author: Mike Moller
Author URI: https://mjfixit.pro/
Template: Divi
Version: 1.0.0
Text Domain: divi-child
*/

/* -------------------------------------------------------
   Divi Child Theme Custom Styles
   Add your custom CSS below this line.
------------------------------------------------------- */

/* Example: improve button transition smoothness */
.et_pb_button {
    transition: all 0.2s ease-in-out;
}

/* Example: keep images from overflowing containers */
img {
    max-width: 100%;
    height: auto;
}
