/*!
Theme Name:   Mike Gingerich
Author:       DIT
Description:  Mike Gingerich Static Theme
Version:      1.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  mg
*/

html:has(#wpadminbar) .header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  html:has(#wpadminbar) .header {
    top: 46px;
  }
}