/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Description: Child theme for Twenty Twenty-Four
Author: Your Name
Template: twentytwentyfour
Version: 1.0
*/



body {
	background:white;
}
a {
	text-decoration: none !important;
}
.wp-block-spacer {
	display: none;
}

@media (max-width: 768px) {
	.wp-block-image {
		float:initial !important;
		margin:auto !important;
	}
}
