/*
Theme Name: ISMPH Custom Theme
Theme URI: https://ismph.org/
Author: ISMPH
Author URI: https://ismph.org/
Description: A custom WordPress theme for the International Society of Media in Public Health.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ismph-theme
*/

/*
This theme relies on the existing style.css which will be enqueued in functions.php.
Any WordPress-specific overrides go here.
*/

.admin-bar .navbar {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar .navbar {
        top: 46px;
    }
}