/*
Theme Name: Saif Shaik Abdul
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom single-page portfolio theme for Saif Shaik Abdul, built by The Free Website Guys. Powered by a React SPA and the WordPress Customizer.
Version: 1.0.4
Requires at least: 5.9
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmt
Tags: one-column, custom-colors, custom-logo, custom-menu, theme-options, translation-ready
*/

/* Application styles are bundled in assets/build/theme-app.css */

/* Admin bar offset for fixed navigation */
body.admin-bar.tmt-theme-body nav.tmt-navbar {
	top: calc(1rem + 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar.tmt-theme-body nav.tmt-navbar {
		top: calc(1rem + 46px);
	}
}
