/*
Theme Name: Eco WP
Author: Happy Dev
Author URI: https://happy-dev.fr
Description: Ecodedigned and accessible theme that supports blocks and full site editing
Requires at least: 6.7
Tested up to: 6.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ecowp
*/

main.wp-block-group {
	min-height: 66vh;
}

/* reponsive padding */
@media (min-width: 600px) {
	body.wp-embed-responsive {
		--wp--style--root--padding-right: 2rem;
		--wp--style--root--padding-left: 2rem;
	}
}

/* reponsive group wrapping block */
.wp-block-group:not(.is-nowrap) > * {
	flex-grow: 1;
}

.wp-block-navigation-link a:hover {
	text-decoration: underline;
}
