/*
Theme Name: mottolean_divichild
Author: 
Description: Your description goes here
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

body #et-main-area {
    position: static !important;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: calc(100vh - 32px);
}

footer {
    margin-top: auto;
}