/*
Theme Name: JB 2025 Child
Theme URI: 
Author: Jane Brennecker
Author URI: 
Description: 
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 0.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: jb-2025-child
Tags: 
*/

/** fix text wrapped around image on small screens looking bad  **/

@media (max-width:767px) {
	figure.alignleft, img.alignleft, figure.alignright, img.alignright {
	float:none !important;
	    }
}