/*
Theme Name: UA Yazilim Theme
Theme URI: https://uayazilim.com
Author: UA Yazilim
Author URI: https://uayazilim.com
Description: UA Yazilim Custom WordPress Theme with WooCommerce and License Server support.
Version: 1.0.0
Text Domain: uayazilim
*/

/* Fix React Header overlapping with WordPress Admin Bar */
body.admin-bar .header {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar .header {
        top: 46px !important;
    }
}
