/*
Theme Name: HT-Blue
Theme URI: https://example.com/ht-blue
Author: Edwin Mundo
Author URI: https://example.com/
Description: A theme for Trade professionals that shows off your work and lands clients.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.4
Version: 0.1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ht-blue
Tags: full-site-editing, block-patterns, block-styles
*/

/* Additional global styles can be added here if needed. */

html,
body {
	height: 100%;
	margin: 0;
}

.wp-site-blocks {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.wp-site-blocks > main.ht-blue-page-main {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
}

.ht-blue-page-main .wp-block-post-content {
	flex: 1 0 auto;
}

