/*
  Theme Name: Clean Child
  Theme URI: https://chiarabroom.co.uk
  Version: 1.0.0
  Template: Divi
  Author: Chiara Broom
  Author URI: https://chiarabroom.co.uk
  Text Domain: clean-child
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/* Reverse Column Stacking Order*/
@media screen and ( max-width: 980px ) {
    .reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

