/*
Theme Name: SmaugBrain
Theme URI: https://smaugbrain.local
Author: GitHub Copilot
Description: WordPress theme that renders the SmaugBrain static pages from the base directory.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: smaugbrain
*/

.admin-bar .shell-header,
.admin-bar .hdr {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar .shell-header,
  .admin-bar .hdr {
    top: 46px;
  }
}