/*
Theme Name: its23
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: its23
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


body {
    min-height: 100vh;
    display: flex;
    flex-direction: column !important;
}

div[class="wp-site-blocks"] {
    flex: 1 1 0%;
    display: flex !important;
    flex-direction: column !important;
}

.flex-1 {
	flex: 1 1 0%;
}