/*
Theme Name: BGtheme
Theme URI: 
Author: boodgrand
Author URI: boodgrand.com
Description: BGtheme is a theme for the websites.
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bgtheme
Tags: 
*/

.shrink-none {
	flex-shrink: 0;
}

/* Logo: visible by default, transition for smooth hide/show */
.wp-block-site-logo {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.logo-hide {
  opacity: 0;
  visibility: hidden;
}