/*
Theme Name: BizStarter Daisy UI
Theme URI: https://bizstarter.com.au
Author: Aaron Villanueva
Author URI: https://bizstarter.com.au
Description: Block theme base for DaisyUI and Tailwind utility classes.
Version: 0.1.0
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bizstarter-daisyui
*/
body, html {  
  overflow-x: hidden; 
  width: 100%; 
}  

:where(.wp-block-group.has-background) {
    padding: 0;
}


.hero-ebm {
    background-position-x: 50%;
}