/*
Theme Name:  Yola
Theme URI:   https://ismph.org/
Author:      ISMPH
Author URI:  https://ismph.org/
Description: Custom WordPress theme for the International Society of Media in Public Health.
Version:     1.1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ismph-theme
*/

/* =============================================================
   WordPress admin bar offset
   ============================================================= */
.admin-bar .navbar { top: 32px; }

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