/*
Theme Name: HN Portal
Version: 1.0
Description: A child theme of Hueman Pro
Template: hueman-pro
Author: Heinz Lamers
*/
/* Your awesome customization starts here */

@media only screen and (max-width: 780px) {
    .site-content .wrapper {
         display: flex;
         flex-direction: column-reverse;
     }
}