/*
Theme Name: AmSeL
Theme URI: https://www.uni-kassel.de/fb07/ibwl/dtm/forschung/forschungsprojekte.html
Author: Cornelius Reh
Author URI: https://www.uni-kassel.de/fb07/ibwl/dtm/team/cornelius-reh
Description: Theme for the AmSeL Project
Requires at least: 6.1
Tested up to: 6.9
Requires PHP: 5.6
Version: 1.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: AmSeL
*/
.wp-site-blocks {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wp-site-blocks > main {
    flex: 1;
}